diff options
author | Kristian Monsen <kristianm@google.com> | 2011-12-09 17:56:43 +0000 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2011-12-09 17:56:43 +0000 |
commit | ed4ea7287966c1ff786a8580caef50371245ae51 (patch) | |
tree | c7448f1400e816d5ff10d19018df8890ef1a7e76 /core | |
parent | e61fd281a8cb69ae45c5de4b160ab86226083152 (diff) | |
download | frameworks_base-ed4ea7287966c1ff786a8580caef50371245ae51.zip frameworks_base-ed4ea7287966c1ff786a8580caef50371245ae51.tar.gz frameworks_base-ed4ea7287966c1ff786a8580caef50371245ae51.tar.bz2 |
Update string lengths, fix for bug 5732776
Change-Id: Id668689085f542dae331eca197289ba45c5e4a5f
Diffstat (limited to 'core')
-rwxr-xr-x | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 6f115b3..f702657 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1996,7 +1996,7 @@ <!-- Text to show in the auto complete drop down list on a text view when the WebView can auto fill the entire form, and the user has configured an AutoFill profile [CHAR-LIMIT=8] --> <string name="autofill_this_form">Autofill</string> - <!-- Text to show in the auto complete drop down list on a text view when the WebView can auto fill the entire form but the user has not configured an AutoFill profile [CHAR-LIMIT=16] --> + <!-- Text to show in the auto complete drop down list on a text view when the WebView can auto fill the entire form but the user has not configured an AutoFill profile [CHAR-LIMIT=19] --> <string name="setup_autofill">Set up Autofill</string> <!-- String used to separate FirstName and LastName when writing out a local name |