ports/www/chromium/files/patch-chrome_app_settings__strings.grdp
Carlos J. Puga Medina d90bf58cf8 www/chromium: Update to 73.0.3683.86
- Make existing patches apply cleanly

Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000

Submitted by:	Matthias Wolf
MFH:		2019Q2
2019-04-05 12:01:25 +00:00

20 lines
724 B
Text

--- chrome/app/settings_strings.grdp.orig 2019-03-11 22:00:52 UTC
+++ chrome/app/settings_strings.grdp
@@ -580,7 +580,7 @@
Themes
</message>
</if>
- <if expr="is_linux and not chromeos">
+ <if expr="is_posix and not chromeos">
<message name="IDS_SETTINGS_SYSTEM_THEME" desc="Text of the label describing the system (GTK+) browser theme on Linux">
GTK+
</message>
@@ -594,7 +594,7 @@
Use Classic
</message>
</if>
- <if expr="not is_linux or chromeos">
+ <if expr="not is_posix or chromeos">
<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>