Update settings_strings.grdp
This commit is contained in:
parent
7a83c3a440
commit
68ec553969
1 changed files with 3 additions and 3 deletions
|
@ -121,7 +121,7 @@
|
|||
<message name="IDS_SETTINGS_HOME_BUTTON_DISABLED" desc="Sub label for the Show home button setting when disabled.">
|
||||
Disabled
|
||||
</message>
|
||||
<if expr="chromeos or lacros">
|
||||
<if expr="chromeos_ash or chromeos_lacros">
|
||||
<message name="IDS_SETTINGS_THEMES" desc="Name of the control which allows the user to get a theme for the browser.">
|
||||
Browser themes
|
||||
</message>
|
||||
|
@ -145,7 +145,7 @@
|
|||
Use Classic
|
||||
</message>
|
||||
</if>
|
||||
<if expr="not is_linux or chromeos or lacros or is_fuchsia">
|
||||
<if expr="not is_linux or chromeos_ash or chromeos_lacros or is_fuchsia">
|
||||
<message name="IDS_SETTINGS_RESET_TO_DEFAULT_THEME" desc="Name of the control which resets the browser theme back to the default theme.">
|
||||
Reset to default
|
||||
</message>
|
||||
|
@ -1287,7 +1287,7 @@
|
|||
<message name="IDS_SETTINGS_PRIVACY_MORE" desc="Label on the expansion button to show more privacy settings.">
|
||||
More
|
||||
</message>
|
||||
<if expr="chromeos or lacros">
|
||||
<if expr="chromeos_ash or chromeos_lacros">
|
||||
<message name="IDS_SETTINGS_SECURE_DNS_OPEN_CHROME_OS_SETTINGS_LABEL" desc="Label for the section that allow users to open Secure DNS settings in Chrome OS.">
|
||||
Manage secure DNS in Chrome OS settings
|
||||
</message>
|
||||
|
|
Loading…
Reference in a new issue