mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 03:48:43 +00:00
replace "certErrorCodePrefix2" with "certErrorCodePrefix"
This commit is contained in:
@@ -279,8 +279,7 @@ certErrorExpiredNow=The certificate expired on %1$S. The current time is %2$S.
|
||||
# LOCALIZATION NOTE (certErrorNotYetValidNow): Do not translate %1$S (date+time certificate will become valid) or %2$S (current date+time)
|
||||
certErrorNotYetValidNow=The certificate will not be valid until %1$S. The current time is %2$S.
|
||||
|
||||
# LOCALIZATION NOTE (certErrorCodePrefix2): Do not translate <a id="errorCode" title="%1$S">%1$S</a>
|
||||
certErrorCodePrefix2=Error code: <a id="errorCode" title="%1$S">%1$S</a>
|
||||
certErrorCodePrefix=(Error code: %S)
|
||||
|
||||
P12DefaultNickname=Imported Certificate
|
||||
CertUnknown=Unknown
|
||||
|
||||
@@ -854,7 +854,7 @@ AppendErrorTextCode(PRErrorCode errorCodeToReport,
|
||||
|
||||
nsString formattedString;
|
||||
nsresult rv;
|
||||
rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix2",
|
||||
rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix",
|
||||
params, 1,
|
||||
formattedString);
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
|
||||
@@ -84,7 +84,7 @@ nsNSSErrors::getErrorMessageFromCode(PRErrorCode err,
|
||||
params[0] = idU.get();
|
||||
|
||||
nsString formattedString;
|
||||
rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix2",
|
||||
rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix",
|
||||
params, 1,
|
||||
formattedString);
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
|
||||
Reference in New Issue
Block a user