diff options
author | Jaikumar Ganesh <jaikumar@google.com> | 2011-06-20 16:19:35 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-20 16:19:35 -0700 |
commit | c6f144106c627b28d90d33c54564c70890bc2f42 (patch) | |
tree | da8108f677c77988cf67754076ee8714da74d10e /res | |
parent | 2c85966dd881917b426eefd9643adedf6b0d4ffc (diff) | |
parent | a5ff907328004c217e3139c9a7af70f1d8414d83 (diff) | |
download | packages_apps_settings-c6f144106c627b28d90d33c54564c70890bc2f42.zip packages_apps_settings-c6f144106c627b28d90d33c54564c70890bc2f42.tar.gz packages_apps_settings-c6f144106c627b28d90d33c54564c70890bc2f42.tar.bz2 |
Merge "Remove CHAR LIMIT from string to fix build." into gingerbread
Diffstat (limited to 'res')
-rwxr-xr-x | 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 dd273d9..4a7aa66 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -279,7 +279,7 @@ <string name="bluetooth_connection_notif_message">"Touch to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022"</string> <!-- Bluetooth connection permission Alert Activity text [CHAR LIMIT=none]--> - <string name="bluetooth_connection_dialog_text [CHAR LIMIT=none]">"Do you want to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022?"</string> + <string name="bluetooth_connection_dialog_text">"Do you want to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022?"</string> <!-- Date & time settings screen title --> <string name="date_and_time">Date & time settings</string> |