зеркало из https://github.com/mozilla/pjs.git
fix for bug 29124, r=morse
This commit is contained in:
Родитель
0bdb817c34
Коммит
34cd2370a2
|
@ -396,9 +396,9 @@ si_CheckGetPassword
|
|||
if (savePassword != SINGSIGN_SAVE_PASSWORD_PERMANENTLY) {
|
||||
check_string = nsnull;
|
||||
} else if (SI_GetBoolPref(pref_Crypto, PR_FALSE)) {
|
||||
check_string = Wallet_Localize("SaveThisValueEncrypted");
|
||||
check_string = Wallet_Localize("SaveThisPasswordEncrypted");
|
||||
} else {
|
||||
check_string = Wallet_Localize("SaveThisValueObscured");
|
||||
check_string = Wallet_Localize("SaveThisPasswordObscured");
|
||||
}
|
||||
|
||||
res = dialog->UniversalDialog(
|
||||
|
|
|
@ -46,6 +46,8 @@ SaveTheseValuesObscured = Use Password Manager to remember these values.
|
|||
SaveTheseValuesEncrypted = Use Password Manager to remember these values.
|
||||
SaveThisValueObscured = Use Password Manager to remember this value.
|
||||
SaveThisValueEncrypted = Use Password Manager to remember this value.
|
||||
SaveThisPasswordObscured= Use Password Manager to remember this password.
|
||||
SaveThisPasswordEncrypted = Use Password Manager to remember this password.
|
||||
xSaveTheseValuesObscured = Remember these values. Stored values are not password protected.
|
||||
xSaveTheseValuesEncrypted = Remember these values. Stored values are password protected.
|
||||
xSaveThisValueObscured = Remember this value. Stored values are not password protected.
|
||||
|
|
Загрузка…
Ссылка в новой задаче