зеркало из https://github.com/mozilla/gecko-dev.git
Bug 231810 Incorrect prompt when copying address records between address books
patch by borggraefe@despammed.com r=neil sr=mscott
This commit is contained in:
Родитель
abd730aec4
Коммит
fbff635dc9
|
@ -165,8 +165,8 @@ var abDirTreeObserver = {
|
|||
directory.dropCard(card, needToCopyCard);
|
||||
}
|
||||
|
||||
var cardsCopiedText = (numrows == 1 ? gAddressBookBundle.getString("cardCopied")
|
||||
: gAddressBookBundle.getFormattedString("cardsCopied", [numrows]));
|
||||
var cardsCopiedText = numrows == 1 ? gAddressBookBundle.getString("cardCopied")
|
||||
: gAddressBookBundle.getFormattedString("cardsCopied", [numrows]);
|
||||
|
||||
var statusText = document.getElementById("statusText");
|
||||
statusText.setAttribute("label", cardsCopiedText);
|
||||
|
|
Загрузка…
Ссылка в новой задаче