diff options
| author | 2011-12-09 14:42:54 -0800 | |
|---|---|---|
| committer | 2011-12-09 14:42:54 -0800 | |
| commit | c4c1ff90bef05e30dc07b95b1d9f0d3816b0fcaa (patch) | |
| tree | b45646ad2785e751d0203863019f12f9e0e834f3 | |
| parent | 1108e8ddad3ddf0dbc660229ca3be6de7f600c3a (diff) | |
Edit to string to change "double-touch" to "double-tap" per standard language.
Bug: 5163232
Change-Id: Ifa045b16f52623005308a3ce9e4086c4e9e4590b
| -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 f70265718dc2..80aef2156c10 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1992,7 +1992,7 @@ <string name="save_password_label">Confirm</string> <!-- Toast for double-tap --> - <string name="double_tap_toast">Tip: Double-touch to zoom in and out.</string> + <string name="double_tap_toast">Tip: Double-tap to zoom in and out.</string> <!-- 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> |