OSDN Git Service

Remove CHAR LIMIT from string to fix build.
authorJaikumar Ganesh <jaikumar@google.com>
Mon, 20 Jun 2011 23:13:38 +0000 (16:13 -0700)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 20 Jun 2011 23:14:11 +0000 (16:14 -0700)
Change-Id: I590126db92329efcc6aea95bb97bb9d053905276

res/values/strings.xml

index e66442e..ca75805 100755 (executable)
     <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>