| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index f9dec2db77a38628b59c52a9fb5e1859f7db4a51..3b07a6938e4f3224069cfd4faab9f133e03a740f 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -10213,7 +10213,7 @@ I don't think this site should be blocked!
|
| <message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your theme">
|
| Reset to default theme
|
| </message>
|
| - <if expr="is_posix and not is_macosx and not is_ios">
|
| + <if expr="is_linux 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>
|
| @@ -11484,16 +11484,11 @@ Some features may be unavailable. Please check that the profile exists and you
|
| Don't ask again
|
| </message>
|
|
|
| - <if expr="not use_titlecase">
|
| + <if expr="is_linux 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>
|
| </if>
|
| - <if expr="use_titlecase">
|
| - <message name="IDS_SHOW_WINDOW_DECORATIONS_MENU" desc="In Title Case: 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>
|
| - </if>
|
|
|
| <message name="IDS_USED_EXISTING_BROWSER" desc="Linux-specific message printed to console when the app is ran a second time, causing a new window to show rather than starting up a new browser.">
|
| Created new window in existing browser session.
|
|
|