diff --git a/include/screenshot.php b/include/screenshot.php index bafd2fe..f6d1ad6 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -334,12 +334,12 @@ function get_screenshot_img($iAppId = null, $iVersionId = null) if(mysql_num_rows($hResult)) { if($iVersionId) - $sImg .= "$sImgFile
View/Submit Screenshot
"; + $sImg .= "$sImgFile
View/Submit Screenshot
"; else - $sImg .= "$sImgFile
View Screenshot
"; + $sImg .= "$sImgFile
View Screenshot
"; } else if($iVersionId) /* we are asking for a specific app version but it has no screenshots */ { - $sImg .= "$sImgFile
Submit Screenshot
"; + $sImg .= "$sImgFile
Submit Screenshot
"; } else /* we have no screenshots and we aren't a specific version, we don't allow adding screenshots for an app */ { $sImg .= $sImgFile;