summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-06-20 16:19:35 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-20 16:19:35 -0700
commitc6f144106c627b28d90d33c54564c70890bc2f42 (patch)
treeda8108f677c77988cf67754076ee8714da74d10e /res
parent2c85966dd881917b426eefd9643adedf6b0d4ffc (diff)
parenta5ff907328004c217e3139c9a7af70f1d8414d83 (diff)
downloadpackages_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-xres/values/strings.xml2
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 &amp; time settings</string>