Pier Angelo Vendrame pushed to branch tor-browser-102.6.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
fe1f8612
by Henry Wilkes at 2023-01-13T11:45:09+00:00
2 changed files:
- browser/components/securitylevel/content/securityLevel.js
- browser/components/securitylevel/locale/en-US/securityLevel.properties
Changes:
... | ... | @@ -17,14 +17,14 @@ XPCOMUtils.defineLazyGetter(this, "SecurityLevelStrings", () => { |
17 | 17 | security_level_restore: "Restore Defaults",
|
18 | 18 | security_level_learn_more: "Learn more",
|
19 | 19 | // Panel
|
20 | - security_level_change_setting: "Change Setting…",
|
|
20 | + security_level_open_settings: "Settings…",
|
|
21 | 21 | security_level_standard_summary:
|
22 | 22 | "All browser and website features are enabled.",
|
23 | 23 | security_level_safer_summary:
|
24 | 24 | "Disables website features that are often dangerous, causing some sites to lose functionality.",
|
25 | 25 | security_level_safest_summary:
|
26 | 26 | "Only allows website features required for static sites and basic services. These changes affect images, media, and scripts.",
|
27 | - security_level_custom_heading: "Warning!",
|
|
27 | + security_level_custom_heading: "Custom security level configured",
|
|
28 | 28 | security_level_custom_summary:
|
29 | 29 | "Your custom browser preferences have resulted in unusual security settings. For security and privacy reasons, we recommend you choose one of the default security levels.",
|
30 | 30 | // Security level section in about:preferences#privacy
|
... | ... | @@ -260,7 +260,7 @@ var SecurityLevelPanel = { |
260 | 260 | this._elements.restoreDefaultsButton.textContent =
|
261 | 261 | SecurityLevelStrings.security_level_restore;
|
262 | 262 | this._elements.settingsButton.textContent =
|
263 | - SecurityLevelStrings.security_level_change_setting;
|
|
263 | + SecurityLevelStrings.security_level_open_settings;
|
|
264 | 264 | |
265 | 265 | this._elements.restoreDefaultsButton.addEventListener("command", () => {
|
266 | 266 | this.restoreDefaults();
|
... | ... | @@ -11,13 +11,14 @@ security_level_custom = Custom |
11 | 11 | security_level_restore = Restore Defaults
|
12 | 12 | security_level_learn_more = Learn more
|
13 | 13 | |
14 | -# Panel
|
|
14 | +# Panel button that takes the user to the security level settings in
|
|
15 | +# about:preferences#privacy
|
|
16 | +security_level_open_settings = Settings…
|
|
15 | 17 | security_level_change = Change…
|
16 | -security_level_change_setting = Change Setting…
|
|
17 | 18 | security_level_standard_summary = All browser and website features are enabled.
|
18 | 19 | security_level_safer_summary = Disables website features that are often dangerous, causing some sites to lose functionality.
|
19 | 20 | security_level_safest_summary = Only allows website features required for static sites and basic services. These changes affect images, media, and scripts.
|
20 | -security_level_custom_heading = Warning!
|
|
21 | +security_level_custom_heading = Custom security level configured
|
|
21 | 22 | security_level_custom_summary = Your custom browser preferences have resulted in unusual security settings. For security and privacy reasons, we recommend you choose one of the default security levels.
|
22 | 23 | |
23 | 24 | ## Security level section in about:preferences#privacy
|