In my excitement, I forgot to wrap 'bypass trash' in gettext. Thanks Alex.
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Aug 2003 19:16:47 +0000 (19:16 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Aug 2003 19:16:47 +0000 (19:16 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5584 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 6e84618e3c8af9649f60a230942f69c4b7934ba6..17a760c9bb7b4898730af6a51fdd350cea49df96 100644 (file)
@@ -758,7 +758,7 @@ function mail_message_listing_beginning ($imapConnection,
                               . "$sort" . '&start_messages=1&set_thread=' . "$set_thread"
                               . '&mailbox=' . urlencode($mailbox) . '><small>' . $thread_name
                               . '</a></small>&nbsp;'
-                     , '', '', '' ) . html_tag( 'td', 'Bypass Trash<input type="checkbox" name="bypass_trash">','right','','')
+                     , '', '', '' ) . html_tag( 'td', _('Bypass Trash') . '<input type="checkbox" name="bypass_trash">','right','','')
 
                  , '', '', '' );
     }