Skip to content

Commit

Permalink
More concise mailbox size output
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed May 14, 2014
1 parent be96a90 commit 0ace79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Dynamic/Mailbox.php
Expand Up @@ -534,7 +534,7 @@ protected function _addMailboxVars()
'message_0' => _("No messages"),
'message_1' => _("1 message"),
'message_2' => _("%d messages"),
'mboxsize' => _("Mailbox %s is %s."),
'mboxsize' => _("%s is: %s."),
'moveto' => _("Move %s to %s"),
'newflag' => _("Create New Flag..."),
'newflag_name' => _("Flag Name:"),
Expand Down

0 comments on commit 0ace79c

Please sign in to comment.