aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_app_settings__strings.grdp
blob: ff3753e3770a6e1cb5eba2d8496a573c731a1cb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- chrome/app/settings_strings.grdp.orig	2023-05-31 08:12:17 UTC
+++ 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>