removing gettext function. there is no human readable string
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Mar 2004 15:23:50 +0000 (15:23 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Mar 2004 15:23:50 +0000 (15:23 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6983 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index b861ae543d6cae7ef17849d0dd4de4662cfcb2b4..33aa3049c320a432187aadd5ce3c1a32bc545a34 100644 (file)
@@ -282,7 +282,7 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox,
                 if ($use_icons && $icon_theme != 'none') {
                     $td_str = "<b><small>";
                     if (isset($msg['FLAG_FLAGGED']) && $msg['FLAG_FLAGGED'] == true) {
-                        $td_str .= _('<IMG SRC="' . SM_PATH . 'images/themes/' . $icon_theme . '/flagged.gif" border="0" height="10" width="10"> ');
+                        $td_str .= '<IMG SRC="' . SM_PATH . 'images/themes/' . $icon_theme . '/flagged.gif" border="0" height="10" width="10"> ';
                     }
                     if ($default_use_priority) {
                         if ( ($msg['PRIORITY'] == 1) || ($msg['PRIORITY'] == 2) ) {