summaryrefslogtreecommitdiff
path: root/modules/top10_pageviews/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/top10_pageviews/module.php')
-rw-r--r--modules/top10_pageviews/module.php5
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