diff options
author | Claudia de Veaux <deveaux@google.com> | 2011-11-23 14:56:56 -0800 |
---|---|---|
committer | Claudia de Veaux <deveaux@google.com> | 2011-11-23 14:56:56 -0800 |
commit | d330e0a5922ebfaeb6f418d2dcd5277bb412353c (patch) | |
tree | b2332dd3a772cfd14f629af52deb48b6a9c9c542 /res/values | |
parent | 5039002e9f14fbb3e2569c0a33911eac51fae9e0 (diff) | |
download | packages_apps_browser-d330e0a5922ebfaeb6f418d2dcd5277bb412353c.zip packages_apps_browser-d330e0a5922ebfaeb6f418d2dcd5277bb412353c.tar.gz packages_apps_browser-d330e0a5922ebfaeb6f418d2dcd5277bb412353c.tar.bz2 |
Edited string to use standard confirmation text.
Use "Do you want..." instead of "Would you like..."
Bug: 5163232
Change-Id: I6facedf6b3109c21827c9b127f0960cd4ef83402
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 1daa43f..1438c1c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -408,7 +408,7 @@ <string name="autofill_profile_editor_delete_profile">Delete</string> <!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] --> - <string name="autofill_setup_dialog_message">The browser can automatically complete web forms like this one. Would you like to set up your auto-fill text?</string> + <string name="autofill_setup_dialog_message">The browser can automatically complete web forms like this one. Do you want to set up your auto-fill text?</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">You can always set up your auto-fill text from the Browser > Settings > General screen.</string> |