From 5823fa438a648cb350f14fa769985a9421f34a01 Mon Sep 17 00:00:00 2001 From: serek Date: Thu, 13 Jan 2000 20:32:20 +0000 Subject: [PATCH] added gettext support. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@166 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox.php b/functions/mailbox.php index 9a498398..45d9021a 100644 --- a/functions/mailbox.php +++ b/functions/mailbox.php @@ -49,7 +49,7 @@ function getMessageHeaders($imapConnection, $start, $end, &$from, &$subject, &$date) { $rel_start = $start; if (($start > $end) || ($start < 1)) { - echo "Error in message header fetching. Start message: $start, End message: $end
"; + echo _("Error in message header fetching. Start message: "). $start, _("End message: "). "$end
"; exit; } -- 2.25.1