From: kink Date: Sat, 2 Feb 2002 17:48:00 +0000 (+0000) Subject: Make Answered flag translatable X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=e26c55802a3b05edd8200bab873aa5253cf9a18a Make Answered flag translatable git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2347 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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') {