summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-10-08 12:41:33 +0100
committerBen Murdoch <benm@google.com>2010-10-13 11:33:39 +0100
commit0cb8189efd19242f4b2962378bf32de122dafde0 (patch)
tree8cc24b37605104865bfbfcaa212add0e98902d67 /res
parentfb951243cfc8b552939f69b6b8824564acad914b (diff)
downloadpackages_apps_browser-0cb8189efd19242f4b2962378bf32de122dafde0.zip
packages_apps_browser-0cb8189efd19242f4b2962378bf32de122dafde0.tar.gz
packages_apps_browser-0cb8189efd19242f4b2962378bf32de122dafde0.tar.bz2
Sync Autofill profile data native side
When the user adds or edits the AutoFill profile, sync that data to the native WebKit code through the BrowserSettings object. Also sync the profile data on startup if it is available. Change-Id: I6146a842cb765f8ed91c109537038baad6b547fb
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 29d8703..0b2d53a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -355,6 +355,8 @@
<string name="autofill_profile_editor_email_address">e-mail Address:</string>
<!-- Button text to save the AutoFill profile [CHAR-LIMIT=20] -->
<string name="autofill_profile_editor_save_profile">Save profile</string>
+ <!-- Toast message displayed when the profile has been successfully saved [CHAR-LIMIT=none] -->
+ <string name="autofill_profile_successful_save">Profile saved</string>
<!-- Settings screen, section title -->
<string name="pref_privacy_title">Privacy settings</string>