summaryrefslogtreecommitdiff
path: root/includes/functions/functions_mediadb.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-05-13 23:42:25 +0000
committerfisharebest <fisharebest@gmail.com>2010-05-13 23:42:25 +0000
commit3453735fbcb082c18e0d42dc177efb4abfe7c10b (patch)
tree41e04285c55255f1be7e0e4316c00869350ec0ed /includes/functions/functions_mediadb.php
parentd66c0b94b29f7da216d03b4779fea0f57bd0da2f (diff)
downloadwebtrees-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.php2
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