Pier Angelo Vendrame pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
84eaa764
by Henry Wilkes at 2024-08-08T10:30:14+01:00
-
1208a39d
by Henry Wilkes at 2024-08-08T10:35:05+01:00
2 changed files:
- browser/components/torpreferences/content/connectionCategory.inc.xhtml
- toolkit/locales/en-US/toolkit/global/tor-browser.ftl
Changes:
... | ... | @@ -2,6 +2,8 @@ |
2 | 2 | class="category"
|
3 | 3 | value="paneConnection"
|
4 | 4 | helpTopic="prefs-connection"
|
5 | + data-l10n-id="tor-connection-settings-category"
|
|
6 | + data-l10n-attrs="tooltiptext"
|
|
5 | 7 | align="center"
|
6 | 8 | hidden="true">
|
7 | 9 | <image class="category-icon"/>
|
... | ... | @@ -49,6 +49,10 @@ home-mode-choice-tor = |
49 | 49 | |
50 | 50 | # "Connection" refers to the Tor Browser's connection to the Tor network.
|
51 | 51 | tor-connection-settings-heading = Connection
|
52 | +# The tooltip text for the "Connection" settings, shown in the preferences side bar.
|
|
53 | +# Likely should just be "{ tor-connection-settings-heading }", which will match the displayed text exactly.
|
|
54 | +tor-connection-settings-category =
|
|
55 | + .tooltiptext = { tor-connection-settings-heading }
|
|
52 | 56 | # -brand-short-name refers to 'Tor Browser', localized.
|
53 | 57 | tor-connection-overview = { -brand-short-name } routes your traffic over the Tor Network, run by thousands of volunteers around the world.
|
54 | 58 | tor-connection-browser-learn-more-link = Learn more
|