| Index: chrome/app/google_chrome_strings.grd
|
| diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
|
| index 53c69c9e93fa42d4d89bfe433b1bc189cc66d163..6cb8094ec793af61c41c6ea67754e1be37798797 100644
|
| --- a/chrome/app/google_chrome_strings.grd
|
| +++ b/chrome/app/google_chrome_strings.grd
|
| @@ -247,9 +247,16 @@ Chrome supports. -->
|
| <message name="IDS_IMPORTER_LOCK_TEXT" desc="The message to be displayed on dialog">
|
| Sadly, your Mozilla Firefox settings are not available while that browser is running. To import those settings to Google Chrome, save your work and close all Firefox windows. Then click Continue.
|
| </message>
|
| - <message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title">
|
| - About Google Chrome
|
| - </message>
|
| + <if expr="not pp_ifdef('chromeos')">
|
| + <message name="IDS_ABOUT_CHROME_TITLE" desc="Title of the about page.">
|
| + About Google Chrome
|
| + </message>
|
| + </if>
|
| + <if expr="pp_ifdef('chromeos')">
|
| + <message name="IDS_ABOUT_CHROME_TITLE" desc="Title of the about page.">
|
| + About Chrome OS
|
| + </message>
|
| + </if>
|
| <!-- Uninstall messages -->
|
| <message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninstall detects other app instance running">
|
| Please close all Google Chrome windows and try again.
|
|
|