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

fixup! Add TorStrings module for localization

Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros

Changed TOR_BROWSER_VERSION with BASE_BROWSER_VERSION.
parent 54a69619
Branches
No related tags found
1 merge request!568Bug 41647 & 41657 & 41453: macro cleanup
......@@ -34,7 +34,7 @@ class TorPropertyStringBundle {
getString(key, fallback) {
const reportError =
AppConstants.TOR_BROWSER_VERSION === "dev-build" && !!this._bundle;
AppConstants.BASE_BROWSER_VERSION === "dev-build" && !!this._bundle;
if (key) {
try {
return this._bundle.GetStringFromName(`${this._prefix}${key}`);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment