From edde1f5c1a79d459b1c5f060a666edc82424bd27 Mon Sep 17 00:00:00 2001 From: jervfors Date: Fri, 8 Apr 2005 09:44:08 +0000 Subject: [PATCH] String fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9223 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_general.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/imap_general.php b/functions/imap_general.php index c2d04a22..d03cebac 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -830,8 +830,7 @@ function sqimap_login ($username, $password, $imap_server_address, $imap_port, $ set_up_language($squirrelmail_language, true); include_once(SM_PATH . 'functions/display_messages.php' ); sqsession_destroy(); - logout_error( _("Your mailbox is not located on this server.
". - "Try a different server or consult your Administrator") ); + logout_error( _("Your mailbox is not located at this server. Try a different server or consult your system administrator") ); exit; } @@ -1110,4 +1109,4 @@ function map_yp_alias($username) { return chop(substr($yp, strlen($username)+1)); } -?> +?> \ No newline at end of file -- 2.25.1