packages/apps/Settings
Revisão | f3acd16d086cd5e3d0266c7330f2aba980557810 (tree) |
---|---|
Hora | 2011-08-03 08:10:05 |
Autor | Jaikumar Ganesh <jaikumar@goog...> |
Commiter | android-merger |
Remove CHAR LIMIT from string to fix build.
Change-Id: I590126db92329efcc6aea95bb97bb9d053905276
@@ -279,7 +279,7 @@ | ||
279 | 279 | <string name="bluetooth_connection_notif_message">"Touch to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022"</string> |
280 | 280 | |
281 | 281 | <!-- Bluetooth connection permission Alert Activity text [CHAR LIMIT=none]--> |
282 | - <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> | |
282 | + <string name="bluetooth_connection_dialog_text">"Do you want to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022?"</string> | |
283 | 283 | |
284 | 284 | <!-- Date & time settings screen title --> |
285 | 285 | <string name="date_and_time">Date & time settings</string> |