Index: chrome/android/java/strings/android_chrome_strings.grd |
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
index 3a0b4fcf536c71eea4b45ff8f1db1ec30b6069a3..76d998c7b7f9a8ed07a649569864624d965c9adf 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -281,8 +281,11 @@ CHAR-LIMIT guidelines: |
<message name="IDS_PASSWORDS_AUTO_SIGNIN_TITLE" desc="Title for checkbox to enable automatically signing the user in to websites"> |
Auto Sign-in |
</message> |
+ <message name="IDS_PASSWORDS_AUTO_SIGNIN_MESSAGE" desc="Message shown when user auto signins to site"> |
newt (away)
2015/08/21 05:40:39
"... when the user is automatically signed in to a
melandory
2015/08/21 09:41:15
Done.
|
+ Signed in as <ph name="USERNAME">%1$s<ex>don.john.lemon@gmail.com</ex></ph> |
+ </message> |
<message name="IDS_PASSWORDS_AUTO_SIGNIN_DESCRIPTION" desc="Text under 'Auto sign-in' checkbox"> |
- Automatically sign in to websites using stored credentials. When the feature is off, you'll be asked for verification every time before signing in to a website. |
+ Automatically sign in to websites using stored credentials. When the feature is off, you'll be asked for verification every time before signing in to a website. |
</message> |
<message name="IDS_SECTION_SAVED_PASSWORDS" desc="Header for the list of passwords that have been saved in Chrome. [CHAR-LIMIT=32]"> |
Passwords |