blob: be4e9ccdd6b469a6b74d2e4bf4d36e99c19b87aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- chrome/app/generated_resources.grd.orig 2017-12-15 02:04:07.000000000 +0100
+++ chrome/app/generated_resources.grd 2017-12-24 00:06:55.397820000 +0100
@@ -6903,7 +6903,7 @@
Google Payments
</message>
- <if expr="not is_linux or chromeos">
+ <if expr="not is_posix or chromeos">
<message name="IDS_THEMES_GROUP_NAME" desc="The title of the themes group">
Themes
</message>
@@ -6911,7 +6911,7 @@
<message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your theme">
Reset to default theme
</message>
- <if expr="is_linux and not chromeos">
+ <if expr="is_posix and not chromeos">
<message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK colors and icons as the current theme.">
Use GTK+ theme
</message>
@@ -8061,7 +8061,7 @@
Set as default
</message>
- <if expr="is_linux and not chromeos">
+ <if expr="is_posix and not chromeos">
<message name="IDS_SHOW_WINDOW_DECORATIONS_MENU" desc="The menu entry text in the tab strip context menu. This toggles the system title bar and window borders (window decorations) on linux.">
Use system title bar and borders
</message>
|