diff options
author | Patrick Scott <phanna@android.com> | 2011-03-16 13:30:50 -0400 |
---|---|---|
committer | Patrick Scott <phanna@android.com> | 2011-03-16 13:30:50 -0400 |
commit | ec489fb0d71806ddbca0705370c0bf02379b80f4 (patch) | |
tree | 0140a635e89d8c6c457c0b585415c917584ebf5b /res | |
parent | dedad7c599e2a27b8176bc128734ec1ba2edbfc2 (diff) | |
download | packages_apps_Browser-ec489fb0d71806ddbca0705370c0bf02379b80f4.zip packages_apps_Browser-ec489fb0d71806ddbca0705370c0bf02379b80f4.tar.gz packages_apps_Browser-ec489fb0d71806ddbca0705370c0bf02379b80f4.tar.bz2 |
Remove settings string.
Bug: 4114147
Change-Id: I50bb319758aec15688bd48914985052e3c041d06
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9f339f5..9684fcf 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -382,7 +382,7 @@ <!-- Auto login preference title [CHAR-LIMIT=32] --> <string name="pref_autologin_title">Automatic Google sign-in</string> <!-- Message shown during auto login [CHAR-LIMIT=none] --> - <string name="pref_autologin_progress">Signing into Google sites using <xliff:g>%s</xliff:g>\nYour privacy & security settings control automatic Google sign-in</string> + <string name="pref_autologin_progress">Signing into Google sites using <xliff:g>%s</xliff:g></string> <!-- Auto-login bar description [CHAR-LIMIT=40] --> <string name="autologin_bar_text">Automatic sign-in is available.</string> <!-- Login button [CHAR-LIMIT=10] --> |