--- worldclock.module	2008-04-26 21:03:37.000000000 -0700
+++ worldclock.module	2008-04-28 15:44:06.000000000 -0700
@@ -521,10 +521,10 @@
   $form['display']['worldclock_dststr'] = array(
     '#type' => 'textfield',
   '#title' => t('DST marker'),
-  '#size' => 10,
-  '#maxlength' => 10,
+  '#size' => 20,
+  '#maxlength' => 20,
   '#default_value' => variable_get('worldclock_dststr', '*'),
-  '#description' => t('Specify the DST marker (Symbol, character or a short text)'),
+  '#description' => t('Specify the DST marker (Symbol, character or a short text). HTML tags are allowed.'),
   ); 
 
   $form['display']['worldclock_footnote'] = array(
@@ -533,7 +533,7 @@
   '#size' => 60,
   '#maxlength' => 60,
   '#default_value' => variable_get('worldclock_footnote', ''),
-  '#description' => t('Footnote if any (for example, an explanation about DST marker)'),
+  '#description' => t('Footnote, if any (for example, an explanation about DST marker). HTML tags are allowed.'),
   ); 
 
   $form['advenced'] = array(
