Browse Source

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.
tassium 22 years ago
parent
commit
1b2ebf4b35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
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) . '><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','','')
 
                  , '', '', '' );
     }