From c359d4a2a5c4685c7915b60b673b3872b0403838 Mon Sep 17 00:00:00 2001 From: tassium Date: Thu, 28 Aug 2003 21:08:34 +0000 Subject: [PATCH] It appears gettext doesn't work if the string is passed in single quotes, so this commit changes to double quotes. *sigh* Who's bright idea was THAT? I don't know if I should be blaming PHP or GNU. This is yet another reason everyone should just speak english. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5586 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 17a760c9..f68704aa 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -758,7 +758,7 @@ function mail_message_listing_beginning ($imapConnection, . "$sort" . '&start_messages=1&set_thread=' . "$set_thread" . '&mailbox=' . urlencode($mailbox) . '>' . $thread_name . ' ' - , '', '', '' ) . html_tag( 'td', _('Bypass Trash') . '','right','','') + , '', '', '' ) . html_tag( 'td', _("Bypass Trash") . '','right','','') , '', '', '' ); } -- 2.25.1