summaryrefslogtreecommitdiff
path: root/modules/todays_events/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/todays_events/module.php')
-rw-r--r--modules/todays_events/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/todays_events/module.php b/modules/todays_events/module.php
index 9fe5142092..e516e900d8 100644
--- a/modules/todays_events/module.php
+++ b/modules/todays_events/module.php
@@ -136,7 +136,7 @@ class todays_events_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('list'=>i18n::translate('List'), 'table'=>i18n::translate('Table')), null, $infoStyle, '');
echo '</td></tr>';