From e26c55802a3b05edd8200bab873aa5253cf9a18a Mon Sep 17 00:00:00 2001 From: kink Date: Sat, 2 Feb 2002 17:48:00 +0000 Subject: [PATCH] Make Answered flag translatable git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2347 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index cffa030a..98a6a2fb 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -153,7 +153,7 @@ function printMessageInfo($imapConnection, $t, $i, $key, $mailbox, $sort, $start echo " \n"; if (isset($msg['FLAG_ANSWERED']) && $msg['FLAG_ANSWERED'] == true) { - echo "A\n"; + echo _("A") . "\n"; $stuff = true; } if ($msg['TYPE0'] == 'multipart') { -- 2.25.1