Removing random double spaces in strings
[squirrelmail.git] / src / options.php
index ab249e2bab576d13d305f07889d0c12859ed6088..42ecaedd5c4fbcb1b786c3e7c906076926a633bd 100644 (file)
@@ -325,7 +325,7 @@ if ($optpage == SMOPT_PAGE_MAIN) {
     $optpage_blocks[] = array(
         'name' =>_("Message Highlighting"),
         'url'  => 'options_highlight.php',
-        'desc' =>_("Based upon given criteria, incoming messages can have different background colors in the message list.  This helps to easily distinguish who the messages are from, especially for mailing lists."),
+        'desc' =>_("Based upon given criteria, incoming messages can have different background colors in the message list. This helps to easily distinguish who the messages are from, especially for mailing lists."),
         'js'   => false
     );