mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de> MFH: 2019Q3
20 lines
724 B
Text
20 lines
724 B
Text
--- chrome/app/settings_strings.grdp.orig 2019-07-24 18:58:07 UTC
|
|
+++ chrome/app/settings_strings.grdp
|
|
@@ -653,7 +653,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>
|
|
@@ -667,7 +667,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>
|