diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-13 23:42:25 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-13 23:42:25 +0000 |
| commit | 3453735fbcb082c18e0d42dc177efb4abfe7c10b (patch) | |
| tree | 41e04285c55255f1be7e0e4316c00869350ec0ed /includes/functions/functions_mediadb.php | |
| parent | d66c0b94b29f7da216d03b4779fea0f57bd0da2f (diff) | |
| download | webtrees-3453735fbcb082c18e0d42dc177efb4abfe7c10b.tar.gz webtrees-3453735fbcb082c18e0d42dc177efb4abfe7c10b.tar.bz2 webtrees-3453735fbcb082c18e0d42dc177efb4abfe7c10b.zip | |
Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence case" to "Initial Capitals"
Diffstat (limited to 'includes/functions/functions_mediadb.php')
| -rw-r--r-- | includes/functions/functions_mediadb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_mediadb.php b/includes/functions/functions_mediadb.php index e7bcf03c04..66b0537a35 100644 --- a/includes/functions/functions_mediadb.php +++ b/includes/functions/functions_mediadb.php @@ -1025,7 +1025,7 @@ function show_mediaUpload_form($URL='media.php', $showthumb=false) { echo '<input type="hidden" name="showthumb" value="', $showthumb, '" />'; echo '<table class="list_table ', $TEXT_DIRECTION, ' width100">'; echo '<tr><td class="topbottombar" colspan="2">'; - echo i18n::translate('Upload Media files'), '<br />', i18n::translate('Maximum upload size: '), $filesize; + echo i18n::translate('Upload media files'), '<br />', i18n::translate('Maximum upload size: '), $filesize; echo '</td></tr>'; $tab = 1; // Print the Submit button for uploading the media |
