mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
29 lines
1.4 KiB
Text
29 lines
1.4 KiB
Text
--- chrome/app/generated_resources.grd.orig 2021-07-15 19:13:30 UTC
|
|
+++ chrome/app/generated_resources.grd
|
|
@@ -5271,7 +5271,7 @@ Keep your key file in a safe place. You will need it t
|
|
</if>
|
|
|
|
<!-- chrome://browser-switch strings -->
|
|
- <if expr="is_win or is_macosx or (is_linux and not chromeos)">
|
|
+ <if expr="is_win or is_macosx or (is_posix and not chromeos)">
|
|
<message name="IDS_ABOUT_BROWSER_SWITCH_TITLE" desc="about:browser-switch page title">
|
|
Legacy Browser Support
|
|
</message>
|
|
@@ -7432,7 +7432,7 @@ Keep your key file in a safe place. You will need it t
|
|
Google Pay
|
|
</message>
|
|
|
|
- <if expr="is_linux and not chromeos and not lacros">
|
|
+ <if expr="is_posix and not chromeos and not lacros">
|
|
<message name="IDS_SHOW_WINDOW_DECORATIONS" desc="The label of a radio button in the options dialog for using the system title bar and borders.">
|
|
Use system title bar and borders
|
|
</message>
|
|
@@ -8443,7 +8443,7 @@ Please help our engineers fix this problem. Tell us wh
|
|
Set as default
|
|
</message>
|
|
|
|
- <if expr="is_linux and not chromeos and not lacros">
|
|
+ <if expr="is_posix and not chromeos and not lacros">
|
|
<message name="IDS_MINIMIZE_WINDOW_MENU" desc="The Linux browser window menu item text for minimizing the window.">
|
|
Minimize
|
|
</message>
|