Removing random double spaces in strings
[squirrelmail.git] / src / help.php
index f7c485d1466a7710b7d71a46ce277b6cf65caf2b..1fb1c309a4d4c0ca0041dab62b1ee134ad3712fa 100644 (file)
@@ -120,7 +120,7 @@ if (file_exists("../help/$squirrelmail_language")) {
     $user_language = $squirrelmail_language;
 } else if (file_exists('../help/en_US')) {
     echo "<center><font color=\"$color[2]\">";
-    printf (_("The help has not been translated to %s.  It will be displayed in English instead."), $languages[$squirrelmail_language]['NAME']);
+    printf (_("The help has not been translated to %s. It will be displayed in English instead."), $languages[$squirrelmail_language]['NAME']);
     echo '</font></center><br>';
     $user_language = 'en_US';
 } else {