ports/www/chromium/patches/patch-chrome_app_settings_strings_grdp

21 lines
734 B
Text

Index: chrome/app/settings_strings.grdp
--- chrome/app/settings_strings.grdp.orig
+++ chrome/app/settings_strings.grdp
@@ -202,7 +202,7 @@
Theme
</message>
</if>
- <if expr="is_linux">
+ <if expr="is_posix">
<message name="IDS_SETTINGS_GTK_THEME" desc="Text of the label describing the system (GTK) browser theme on Linux">
GTK
</message>
@@ -222,7 +222,7 @@
Use Classic
</message>
</if>
- <if expr="not is_linux or is_chromeos or is_fuchsia">
+ <if expr="not is_posix or is_chromeos 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>