mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
20 lines
718 B
Text
20 lines
718 B
Text
--- chrome/app/settings_strings.grdp.orig 2023-02-08 09:03:45 UTC
|
|
+++ chrome/app/settings_strings.grdp
|
|
@@ -154,7 +154,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>
|
|
@@ -174,7 +174,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>
|