From 03cb86cef113b5b627ca6b4c3bb285729d915601 Mon Sep 17 00:00:00 2001 From: tassium Date: Thu, 28 Aug 2003 19:16:47 +0000 Subject: [PATCH] In my excitement, I forgot to wrap 'bypass trash' in gettext. Thanks Alex. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5584 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 6e84618e..17a760c9 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