summaryrefslogtreecommitdiff
path: root/modules/yahrzeit
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/yahrzeit
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/yahrzeit')
-rw-r--r--modules/yahrzeit/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/yahrzeit/module.php b/modules/yahrzeit/module.php
index 58a9c9febb..c46c3924b9 100644
--- a/modules/yahrzeit/module.php
+++ b/modules/yahrzeit/module.php
@@ -261,7 +261,7 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block {
$infoStyle=get_block_setting($block_id, 'infoStyle', 'style2');
echo '<tr><td class="descriptionbox wrap width33">';
- echo i18n::translate('Presentation Style'), help_link('style');
+ echo i18n::translate('Presentation style'), help_link('style');
echo '</td><td class="optionbox">';
echo select_edit_control('infoStyle', array('list'=>i18n::translate('List'), 'table'=>i18n::translate('Table')), null, $infoStyle, '');
echo '</td></tr>';