Pier Angelo Vendrame pushed to branch tor-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
318b0a03
by Henry Wilkes at 2023-04-05T15:47:30+01:00
-
e9c4e1ce
by Henry Wilkes at 2023-04-05T16:04:32+01:00
3 changed files:
- browser/components/torcircuit/content/torCircuitPanel.inc.xhtml
- toolkit/torbutton/chrome/locale/en-US/torbutton.dtd
- toolkit/torbutton/chrome/locale/en-US/torbutton.properties
Changes:
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | <vbox align="start">
|
55 | 55 | <label id="tor-circuit-new-circuit-label"
|
56 | 56 | class="toolbarbutton-text"
|
57 | - value="&torbutton.circuit_display.new_circuit;"/>
|
|
57 | + value="&torbutton.context_menu.new_circuit_sentence_case;"/>
|
|
58 | 58 | <label id="tor-circuit-new-circuit-description"
|
59 | 59 | class="tor-circuit-button-description"/>
|
60 | 60 | </vbox>
|
... | ... | @@ -8,6 +8,8 @@ |
8 | 8 | <!ENTITY torbutton.context_menu.new_circuit_key "C">
|
9 | 9 | |
10 | 10 | <!ENTITY torbutton.circuit_display.title "Tor Circuit">
|
11 | +<!-- Old circuit display strings used up to 12.0 - remove when 12.5 becomes
|
|
12 | + - stable. -->
|
|
11 | 13 | <!ENTITY torbutton.circuit_display.new_circuit "New Circuit for this Site">
|
12 | 14 | |
13 | 15 | <!-- Onion services strings. Strings are kept here for ease of translation. -->
|
... | ... | @@ -18,7 +18,7 @@ torbutton.circuit_display.tor_bridge = Bridge |
18 | 18 | # LOCALIZATION NOTE: Used when a circuit node's regional location is unknown.
|
19 | 19 | torbutton.circuit_display.unknown_region = Unknown region
|
20 | 20 | # LOCALIZATION NOTE: %S will be the localized region name for the guard node.
|
21 | -torbutton.circuit_display.region-guard-node = %S (Guard)
|
|
21 | +torbutton.circuit_display.region-guard-node = %S (guard)
|
|
22 | 22 | torbutton.circuit_display.new-circuit-guard-description = Your guard node may not change
|
23 | 23 | torbutton.circuit_display.new-circuit-bridge-description = Your bridge may not change
|
24 | 24 |