зеркало из https://github.com/mozilla/pjs.git
Bug 421313 - "change "Author Unknown" to "Author not verified" in add-on installer dialog" [p=beltzner@mozilla.com (Mike Beltzner) r=Mossop a1.9=beltzner]
This commit is contained in:
Родитель
f0c538ec92
Коммит
debf3b21f3
|
@ -1,4 +1,4 @@
|
||||||
unsigned=(Author Unknown)
|
unverified=(Author not verified)
|
||||||
signed=(%S)
|
signed=(%S)
|
||||||
|
|
||||||
itemWarnIntroMultiple=You have asked to install the following %S items:
|
itemWarnIntroMultiple=You have asked to install the following %S items:
|
||||||
|
|
|
@ -80,7 +80,7 @@ XPInstallConfirm.init = function ()
|
||||||
if (cert)
|
if (cert)
|
||||||
installItem.cert = bundle.getFormattedString("signed", [cert]);
|
installItem.cert = bundle.getFormattedString("signed", [cert]);
|
||||||
else
|
else
|
||||||
installItem.cert = bundle.getString("unsigned");
|
installItem.cert = bundle.getString("unverified");
|
||||||
installItem.signed = cert ? "true" : "false";
|
installItem.signed = cert ? "true" : "false";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче