зеркало из https://github.com/mozilla/pjs.git
Bug 261512 - Number of selected messages in status bar
p=Matthias Bockelkamp <mbockelkamp@web.de> r+sr=mscott
This commit is contained in:
Родитель
28b0596594
Коммит
2f6bc1b048
|
@ -468,7 +468,11 @@ function UpdateStatusMessageCounts(folder)
|
|||
var totalElement = GetTotalCountElement();
|
||||
if(folder && unreadElement && totalElement)
|
||||
{
|
||||
var numUnread =
|
||||
var numSelected = GetNumSelectedMessages();
|
||||
|
||||
var numUnread = (numSelected > 1) ?
|
||||
gMessengerBundle.getFormattedString("selectedMsgStatus",
|
||||
[numSelected]) :
|
||||
gMessengerBundle.getFormattedString("unreadMsgStatus",
|
||||
[ folder.getNumUnread(false)]);
|
||||
var numTotal =
|
||||
|
|
|
@ -161,6 +161,7 @@ documentDone=
|
|||
documentLoading=Loading Message...
|
||||
|
||||
unreadMsgStatus=Unread: %S
|
||||
selectedMsgStatus=Selected: %S
|
||||
totalMsgStatus=Total: %S
|
||||
|
||||
# localized folder names
|
||||
|
|
Загрузка…
Ссылка в новой задаче