Skip to content
Snippets Groups Projects
Commit 02ddc74a authored by henry's avatar henry Committed by richard
Browse files

fixup! Add TorStrings module for localization

Bug 41618 - Remove connect bar, and swap internet and connection icons
in tor connection preferences.
parent 66f647aa
No related branches found
No related tags found
No related merge requests found
......@@ -251,11 +251,6 @@ const Loader = {
tryAgain: "Try Again",
// tor connect strings for message box in about:preferences#connection
connectMessage:
"Changes to Tor Settings will not take effect until you connect",
tryAgainMessage:
"Tor Browser has failed to establish a connection to the Tor Network",
yourLocation: "Your Location",
unblockInternetIn: "Unblock the Internet in",
......
......@@ -40,8 +40,6 @@ torConnect.torConnectButton=Connect
torConnect.cancel=Cancel
torConnect.torConnected=Connected to the Tor network!
torConnect.tryAgain=Try Again
torConnect.connectMessage=Changes to Tor Settings will not take effect until you connect
torConnect.tryAgainMessage=Tor Browser has failed to establish a connection to the Tor Network
torConnect.yourLocation=Your Location
torConnect.unblockInternetIn=Unblock the Internet in
torConnect.tryBridge=Try a Bridge
......@@ -59,3 +57,7 @@ torConnect.noSettingsForCountry=No settings available for your location
torConnect.torNotConnectedConcise=Not Connected
torConnect.torConnectingConcise=Connecting…
torConnect.torConnectedConcise=Connected
# connectMessage strings used up to 12.0 - TODO: remove when 12.5 becomes stable:
torConnect.tryAgainMessage=Tor Browser has failed to establish a connection to the Tor Network
torConnect.connectMessage=Changes to Tor Settings will not take effect until you connect
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment