diff options
author | Martin Hibdon <mah@android.com> | 2010-03-04 18:04:52 -0800 |
---|---|---|
committer | Martin Hibdon <mah@android.com> | 2010-03-04 18:04:52 -0800 |
commit | b15f8cf1ff152d6ec3cdf698f3347dc93d1e26bc (patch) | |
tree | 2452f498e7de9a70466fa9224d2c57bdc314acc2 /res | |
parent | cc8733d5b35d9b25521d56cfe6554aa28aefce08 (diff) | |
download | packages_apps_settings-b15f8cf1ff152d6ec3cdf698f3347dc93d1e26bc.zip packages_apps_settings-b15f8cf1ff152d6ec3cdf698f3347dc93d1e26bc.tar.gz packages_apps_settings-b15f8cf1ff152d6ec3cdf698f3347dc93d1e26bc.tar.bz2 |
Fix previous Settings string checkin
There was a typo in my previous checkin.
Diffstat (limited to 'res')
-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 00bba73..b6cb2fa 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -185,7 +185,7 @@ bluetooth voice dialing when lock screen is up--> <string name="bluetooth_lock_voice_dialing">Lock voice dialing</string> <!-- Bluetooth settings screen, lock voice dialing checkbox summary text --> - <string name="bluetooth_lock_voice_dialing_summary">i + <string name="bluetooth_lock_voice_dialing_summary"> Prevent use of the bluetooth dialer when the screen is locked </string> |