OSDN Git Service

Remove char limit.
authorGeoffrey Borggaard <geoffreyb@google.com>
Thu, 19 Sep 2013 17:28:59 +0000 (13:28 -0400)
committerGeoffrey Borggaard <geoffreyb@google.com>
Thu, 19 Sep 2013 17:28:59 +0000 (13:28 -0400)
This dialog box has plenty of room.
Bug: 10628262
Bug: 10618549
Bug: 10628357
Bug: 10618708

Change-Id: If1057fcbe1e40704958727e0a0337bdd6b8480a2

core/res/res/values/strings.xml

index 99b703b..5c85880 100644 (file)
     <!-- PIN entry dialog error when PIN is too short [CHAR LIMIT=none] -->
     <string name="restr_pin_error_too_short">PIN is too short. Must be at least 4 digits.</string>
     <!-- PIN entry dialog countdown message for next chance to enter the PIN [CHAR LIMIT=none] -->
-    <!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
+    <!-- Phrase describing a time duration using seconds [CHAR LIMIT=none] -->
     <plurals name="restr_pin_countdown">
         <item quantity="one">Try again in 1 second</item>
         <item quantity="other">Try again in <xliff:g id="count">%d</xliff:g> seconds</item>