diff options
Diffstat (limited to 'devel/electron13/files/patch-chrome_app_settings__strings.grdp')
-rw-r--r-- | devel/electron13/files/patch-chrome_app_settings__strings.grdp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-chrome_app_settings__strings.grdp b/devel/electron13/files/patch-chrome_app_settings__strings.grdp new file mode 100644 index 000000000000..e188c4495426 --- /dev/null +++ b/devel/electron13/files/patch-chrome_app_settings__strings.grdp @@ -0,0 +1,20 @@ +--- chrome/app/settings_strings.grdp.orig 2021-07-15 19:13:32 UTC ++++ chrome/app/settings_strings.grdp +@@ -123,7 +123,7 @@ + Theme + </message> + </if> +- <if expr="is_linux and not chromeos and not lacros"> ++ <if expr="is_posix and not chromeos and not lacros"> + <message name="IDS_SETTINGS_SYSTEM_THEME" desc="Text of the label describing the system (GTK+) browser theme on Linux"> + GTK+ + </message> +@@ -137,7 +137,7 @@ + Use Classic + </message> + </if> +- <if expr="not is_linux or chromeos or lacros"> ++ <if expr="not is_posix or chromeos or lacros"> + <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> |