Removing trailing spaces from strings.
[squirrelmail.git] / functions / imap_general.php
index 714946a2bee6d0a919764788cd51e557a0e834bf..57d9c2d651cf4592dc8cde02b1f0727aab002380 100755 (executable)
@@ -691,7 +691,7 @@ function sqimap_create_stream($server,$port,$tls=0) {
                 // starttls command failed
                 sqimap_error_box(sprintf(_("Error connecting to IMAP server: %s."), $server),
                                  'STARTTLS',
-                                 _("Server replied: "),
+                                 _("Server replied:") . ' ',
                                  $starttls_message);
                 exit();
             }
@@ -1244,4 +1244,4 @@ function map_yp_alias($username) {
    return chop(substr($yp, strlen($username)+1));
 }
 
-?>
+?>
\ No newline at end of file