summaryrefslogtreecommitdiff
path: root/modules/clippings/index.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-05-14 16:18:27 +0000
committerfisharebest <fisharebest@gmail.com>2010-05-14 16:18:27 +0000
commit1bfae9e0b380e63146dfcdef13ccd15dbb7f241f (patch)
treeaa96e5c5e99f7a41060b6a9cef1e6fda3842a300 /modules/clippings/index.php
parent4761d160378b7c8f5a5a84760a2f624d010e69f4 (diff)
downloadwebtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.tar.gz
webtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.tar.bz2
webtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.zip
Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence case" to "Initial Capitals"
Diffstat (limited to 'modules/clippings/index.php')
-rw-r--r--modules/clippings/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/clippings/index.php b/modules/clippings/index.php
index 76ff019884..cf0aa0ccc8 100644
--- a/modules/clippings/index.php
+++ b/modules/clippings/index.php
@@ -39,7 +39,7 @@ $controller = new ClippingsController();
$controller->init();
// -- print html header information
-print_header(i18n::translate('Clippings Cart'));
+print_header(i18n::translate('Clippings cart'));
if ($ENABLE_AUTOCOMPLETE) require WT_ROOT.'js/autocomplete.js.htm';