summaryrefslogtreecommitdiff
path: root/modules/yahrzeit
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-07 18:34:16 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-07 18:34:16 +0000
commit3ef84fd918385d5a325b69cf3878fcef59e58259 (patch)
treeccffe42422549fbc46f10201dd6fb58316838f98 /modules/yahrzeit
parent455624b2ce876bd010505da1b6c423b9a28bb978 (diff)
downloadwebtrees-3ef84fd918385d5a325b69cf3878fcef59e58259.tar.gz
webtrees-3ef84fd918385d5a325b69cf3878fcef59e58259.tar.bz2
webtrees-3ef84fd918385d5a325b69cf3878fcef59e58259.zip
Remove help text item that doesn't add any useful extra information
Diffstat (limited to 'modules/yahrzeit')
-rw-r--r--modules/yahrzeit/module.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/yahrzeit/module.php b/modules/yahrzeit/module.php
index e689cb589d..57113d45f1 100644
--- a/modules/yahrzeit/module.php
+++ b/modules/yahrzeit/module.php
@@ -247,10 +247,10 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block {
$block=get_block_setting($block_id, 'block', true);
echo '<tr><td class="descriptionbox wrap width33">';
- echo i18n::translate('Add a scrollbar when block contents grow'), help_link('scrollbars');
+ echo /* I18N: label for a yes/no option */ i18n::translate('Add a scrollbar when block contents grow');
echo '</td><td class="optionbox">';
echo edit_field_yes_no('block', $block);
echo '</td></tr>';
}
}
-?> \ No newline at end of file
+?>