diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-08-16 22:45:53 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-08-16 22:45:53 +0000 |
| commit | d77b49dbf363e7b9ec9c8c59a4d08e3b7c3c5b6d (patch) | |
| tree | 3aff5c1ce0275606391a5a31e8f5fc02087f8abd /modules/top10_pageviews/module.php | |
| parent | 08060cc821790c2b2723e85c45cca5a178e8b570 (diff) | |
| download | webtrees-d77b49dbf363e7b9ec9c8c59a4d08e3b7c3c5b6d.tar.gz webtrees-d77b49dbf363e7b9ec9c8c59a4d08e3b7c3c5b6d.tar.bz2 webtrees-d77b49dbf363e7b9ec9c8c59a4d08e3b7c3c5b6d.zip | |
Changes from Wes Groleau related to Bug #614803 - duplicate help text could be merged?
Diffstat (limited to 'modules/top10_pageviews/module.php')
| -rw-r--r-- | modules/top10_pageviews/module.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/top10_pageviews/module.php b/modules/top10_pageviews/module.php index d6cf2a1e74..2e8765f0f4 100644 --- a/modules/top10_pageviews/module.php +++ b/modules/top10_pageviews/module.php @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * @version $Id: class_media.php 5451 2009-05-05 22:15:34Z fisharebest $ + * @version $Id$ */ if (!defined('WT_WEBTREES')) { @@ -156,9 +156,10 @@ class top10_pageviews_WT_Module extends WT_Module implements WT_Module_Block { $block=get_block_setting($block_id, 'block', false); echo '<tr><td class="descriptionbox wrap width33">'; - echo i18n::translate('Add a scrollbar when block contents grow'); + echo 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 |
