1--- chrome/app/settings_strings.grdp.orig 2022-08-31 12:19:35 UTC 2+++ chrome/app/settings_strings.grdp 3@@ -134,7 +134,7 @@ 4 Theme 5 </message> 6 </if> 7- <if expr="is_linux"> 8+ <if expr="is_posix"> 9 <message name="IDS_SETTINGS_SYSTEM_THEME" desc="Text of the label describing the system (GTK+) browser theme on Linux"> 10 GTK+ 11 </message> 12@@ -148,7 +148,7 @@ 13 Use Classic 14 </message> 15 </if> 16- <if expr="not is_linux or chromeos_ash or chromeos_lacros or is_fuchsia"> 17+ <if expr="not is_posix or chromeos_ash or chromeos_lacros or is_fuchsia"> 18 <message name="IDS_SETTINGS_RESET_TO_DEFAULT_THEME" desc="Name of the control which resets the browser theme back to the default theme."> 19 Reset to default 20 </message> 21