summaryrefslogtreecommitdiff
path: root/modules/yahrzeit
diff options
context:
space:
mode:
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
+?>