| Index: chrome/app/google_chrome_strings.grd
|
| diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
|
| index 42b9a0a75f4b823fc734af569165b310e7a62dec..1568d4e8f155fcea051a7610382e145e4e28af7f 100644
|
| --- a/chrome/app/google_chrome_strings.grd
|
| +++ b/chrome/app/google_chrome_strings.grd
|
| @@ -360,9 +360,16 @@ Google Chrome is unable to recover your settings.
|
| <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed.">
|
| Whoa! Google Chrome has crashed. Relaunch now?
|
| </message>
|
| - <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
|
| - Do you want Google Chrome to save your password?
|
| - </message>
|
| + <if expr="not pp_ifdef('android')">
|
| + <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
|
| + Do you want Google Chrome to save your password?
|
| + </message>
|
| + </if>
|
| + <if expr="pp_ifdef('android')">
|
| + <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password">
|
| + Do you want Google Chrome to save your password for this site?
|
| + </message>
|
| + </if>
|
| <message name="IDS_FR_BUBBLE_QUESTION" desc="Main text for the bubble">
|
| Google Chrome uses your default search engine, which is currently set to <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>. Do you want to keep your default search engine?
|
| </message>
|
|
|