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 fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Bug 42663: Add tooltip text to the "Connection" category.
- - - - - 1208a39d by Henry Wilkes at 2024-08-08T10:35:05+01:00 fixup! Tor Browser strings
Bug 42663: Add tooltip text to the "Connection" category.
- - - - -
2 changed files:
- browser/components/torpreferences/content/connectionCategory.inc.xhtml - toolkit/locales/en-US/toolkit/global/tor-browser.ftl
Changes:
===================================== browser/components/torpreferences/content/connectionCategory.inc.xhtml ===================================== @@ -2,6 +2,8 @@ class="category" value="paneConnection" helpTopic="prefs-connection" + data-l10n-id="tor-connection-settings-category" + data-l10n-attrs="tooltiptext" align="center" hidden="true"> <image class="category-icon"/>
===================================== toolkit/locales/en-US/toolkit/global/tor-browser.ftl ===================================== @@ -49,6 +49,10 @@ home-mode-choice-tor =
# "Connection" refers to the Tor Browser's connection to the Tor network. tor-connection-settings-heading = Connection +# The tooltip text for the "Connection" settings, shown in the preferences side bar. +# Likely should just be "{ tor-connection-settings-heading }", which will match the displayed text exactly. +tor-connection-settings-category = + .tooltiptext = { tor-connection-settings-heading } # -brand-short-name refers to 'Tor Browser', localized. tor-connection-overview = { -brand-short-name } routes your traffic over the Tor Network, run by thousands of volunteers around the world. tor-connection-browser-learn-more-link = Learn more
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/5a97c2d...
tor-commits@lists.torproject.org