ports/www/iridium/patches/patch-chrome_app_chromium_strings_grd

40 lines
2 KiB
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: chrome/app/chromium_strings.grd
--- chrome/app/chromium_strings.grd.orig
+++ chrome/app/chromium_strings.grd
2023-08-28 01:43:33 +00:00
@@ -315,7 +315,7 @@ If you update this file, be sure also to update google
2023-08-16 22:26:55 +00:00
Welcome to Iridium; new browser window opened
</message>
</if>
- <if expr="is_macosx or is_linux">
+ <if expr="is_macosx or is_posix">
<message name="IDS_FIRST_RUN_DIALOG_WINDOW_TITLE" desc="Window title of First Run dialog on Mac and Linux, displayed in title bar">
Welcome to Iridium
</message>
2023-08-28 01:43:33 +00:00
@@ -456,7 +456,7 @@ If you update this file, be sure also to update google
2023-08-16 22:26:55 +00:00
To get future Chromium updates, you'll need Windows 10 or later. This computer is using Windows 8.1.
</message>
</if>
- <if expr="is_linux">
+ <if expr="is_posix">
<message name="IDS_LINUX_OBSOLETE" desc="A message displayed on an at-launch infobar and about:help warning the user that the OS version they are using is no longer supported.">
The browser may not function correctly because it is no longer supported on this Linux distribution
</message>
2023-08-28 01:43:33 +00:00
@@ -860,7 +860,7 @@ Permissions you've already given to websites and apps
2023-08-16 22:26:55 +00:00
</message>
</if>
- <if expr="is_win or is_macosx or is_linux">
+ <if expr="is_win or is_macosx or is_posix">
<message name="IDS_RELAUNCH_TO_UPDATE_ALT" desc="Alternate text label of the relaunch to update Chrome menu item" translateable="false">
Not used in Chromium. Placeholder to keep resource maps in sync.
</message>
2023-08-28 01:43:33 +00:00
@@ -1226,7 +1226,7 @@ Permissions you've already given to websites and apps
2023-08-16 22:26:55 +00:00
</message>
</if>
- <if expr="is_win or is_macosx or is_linux">
+ <if expr="is_win or is_macosx or is_posix">
<message name="IDS_UPDATE_RECOMMENDED_DIALOG_TITLE_ALT" desc="Alternate window title for the Update Recommended dialog." translateable="false">
Not used in Chromium. Placeholder to keep resource maps in sync.
</message>