diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-09-07 18:34:16 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-09-07 18:34:16 +0000 |
| commit | 3ef84fd918385d5a325b69cf3878fcef59e58259 (patch) | |
| tree | ccffe42422549fbc46f10201dd6fb58316838f98 /modules/review_changes/module.php | |
| parent | 455624b2ce876bd010505da1b6c423b9a28bb978 (diff) | |
| download | webtrees-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/review_changes/module.php')
| -rw-r--r-- | modules/review_changes/module.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/review_changes/module.php b/modules/review_changes/module.php index 0e8ffd82b5..811acb82d6 100644 --- a/modules/review_changes/module.php +++ b/modules/review_changes/module.php @@ -186,10 +186,10 @@ class review_changes_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 +?> |
