summaryrefslogtreecommitdiff
path: root/modules/top10_surnames/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/top10_surnames/module.php')
-rw-r--r--modules/top10_surnames/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/top10_surnames/module.php b/modules/top10_surnames/module.php
index 96600d6655..96369c4eb7 100644
--- a/modules/top10_surnames/module.php
+++ b/modules/top10_surnames/module.php
@@ -161,7 +161,7 @@ class top10_surnames_WT_Module extends WT_Module implements WT_Module_Block {
$infoStyle=get_block_setting($block_id, 'infoStyle', 'table');
echo '<tr><td class="descriptionbox wrap width33">';
- echo i18n::translate('Presentation Style'), help_link('style');
+ echo i18n::translate('Presentation style'), help_link('style');
echo '</td><td class="optionbox">';
echo select_edit_control('infoStyle', array('table'=>i18n::translate('Table'), 'tagcloud'=>i18n::translate('Tag cloud')), null, $infoStyle, '');
echo '</td></tr>';