summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-06-17 19:53:48 +0000
committerfisharebest <fisharebest@gmail.com>2010-06-17 19:53:48 +0000
commit836c645b18349c049d8a35f71c5dd1a7d6d219e0 (patch)
tree5298d6c321855d84ba07763cd2a4a81e2efc3859 /modules
parentb26ae2d4b4c6582daa428c9fc2f2d8aefe1809c6 (diff)
downloadwebtrees-836c645b18349c049d8a35f71c5dd1a7d6d219e0.tar.gz
webtrees-836c645b18349c049d8a35f71c5dd1a7d6d219e0.tar.bz2
webtrees-836c645b18349c049d8a35f71c5dd1a7d6d219e0.zip
We have two translations for "Tag cloud" and "tag cloud". We only need one.
Diffstat (limited to 'modules')
-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 486991a7c1..384bf6d9f8 100644
--- a/modules/top10_surnames/module.php
+++ b/modules/top10_surnames/module.php
@@ -170,7 +170,7 @@ class top10_surnames_WT_Module extends WT_Module implements WT_Module_Block {
echo '<tr><td class="descriptionbox wrap width33">';
echo i18n::translate('Presentation style'), help_link('style');
echo '</td><td class="optionbox">';
- echo select_edit_control('infoStyle', array('list'=>i18n::translate('List'), 'table'=>i18n::translate('Table'), 'tagcloud'=>i18n::translate('Tag cloud')), null, $infoStyle, '');
+ echo select_edit_control('infoStyle', array('list'=>i18n::translate('list'), 'table'=>i18n::translate('table'), 'tagcloud'=>i18n::translate('tag cloud')), null, $infoStyle, '');
echo '</td></tr>';
$block=get_block_setting($block_id, 'block', false);