diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-14 16:18:27 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-14 16:18:27 +0000 |
| commit | 1bfae9e0b380e63146dfcdef13ccd15dbb7f241f (patch) | |
| tree | aa96e5c5e99f7a41060b6a9cef1e6fda3842a300 /modules/clippings/index.php | |
| parent | 4761d160378b7c8f5a5a84760a2f624d010e69f4 (diff) | |
| download | webtrees-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.php | 2 |
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';
|
