diff options
author | Ben Murdoch <benm@google.com> | 2011-01-14 11:03:53 +0000 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2011-01-14 11:03:53 +0000 |
commit | 937a54efbd2bd200c34e7c7a6d2a741a7bbc8446 (patch) | |
tree | 4b164dd934967459b8ffbbce8fb76de1e4b1269a /res/values | |
parent | 4c537ce641be22ca0ce49a73bbbf92c36bd061fe (diff) | |
download | packages_apps_browser-937a54efbd2bd200c34e7c7a6d2a741a7bbc8446.zip packages_apps_browser-937a54efbd2bd200c34e7c7a6d2a741a7bbc8446.tar.gz packages_apps_browser-937a54efbd2bd200c34e7c7a6d2a741a7bbc8446.tar.bz2 |
Update AutoFill string to reflect shuffled settings menu.
Bug:3348952
Change-Id: Id179bfd2ab351e117403b35e0da625c697936cb6
Diffstat (limited to 'res/values')
-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 00a2a46..ed19441 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -425,7 +425,7 @@ <string name="autofill_setup_dialog_message">Browser can automatically complete web forms like this one. Would you like to set up your profile?</string> <!-- Toast message displayed when the user decides to not set up autofill at this time. We want to remind them that they can configure it through the Browser Settings menu. [CHAR-LIMIT=NONE] --> - <string name="autofill_setup_dialog_negative_toast">AutoFill can always be configured through Browser Settings -> Personal Settings.</string> + <string name="autofill_setup_dialog_negative_toast">AutoFill can always be configured through Browser Settings.</string> <!-- Settings screen, section title [CHAR-LIMIT=50] --> <string name="pref_privacy_security_title">Privacy & Security</string> |