Skip to content
Snippets Groups Projects
Verified Commit 33b90e5e authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 40209: Implement Basic Crypto Safety

Bug 41351: Move cryptosafety l10n files with other Firefox files
parent ecc9d685
Branches
Tags
1 merge request!547Bug 41351: Move cryptosafety l10n files with other Firefox files
......@@ -14,14 +14,14 @@ const { XPCOMUtils } = ChromeUtils.import(
XPCOMUtils.defineLazyGetter(this, "cryptoSafetyBundle", () => {
return Services.strings.createBundle(
"chrome://torbutton/locale/cryptoSafetyPrompt.properties"
"chrome://browser/locale/cryptoSafetyPrompt.properties"
);
});
// en-US fallback in case a locale is missing a string.
XPCOMUtils.defineLazyGetter(this, "fallbackCryptoSafetyBundle", () => {
return Services.strings.createBundle(
"resource://gre/chrome/torbutton/locale/en-US/cryptoSafetyPrompt.properties"
"resource:///chrome/en-US/locale/browser/cryptoSafetyPrompt.properties"
);
});
......
......
......@@ -44,6 +44,7 @@
locale/browser/syncSetup.properties (%chrome/browser/syncSetup.properties)
locale/browser/securityLevel.properties (%chrome/browser/securityLevel.properties)
locale/browser/newIdentity.properties (%chrome/browser/newIdentity.properties)
locale/browser/cryptoSafetyPrompt.properties (%chrome/browser/cryptoSafetyPrompt.properties)
% locale browser-region @AB_CD@ %locale/browser-region/
# the following files are browser-specific overrides
locale/browser/netError.dtd (%chrome/overrides/netError.dtd)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment