• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Settings


Commit MetaInfo

Revisãof3acd16d086cd5e3d0266c7330f2aba980557810 (tree)
Hora2011-08-03 08:10:05
AutorJaikumar Ganesh <jaikumar@goog...>
Commiterandroid-merger

Mensagem de Log

Remove CHAR LIMIT from string to fix build.

Change-Id: I590126db92329efcc6aea95bb97bb9d053905276

Mudança Sumário

Diff

--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -279,7 +279,7 @@
279279 <string name="bluetooth_connection_notif_message">"Touch to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022"</string>
280280
281281 <!-- 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>
283283
284284 <!-- Date & time settings screen title -->
285285 <string name="date_and_time">Date &amp; time settings</string>