summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Geoffrey Borggaard <geoffreyb@google.com> 2013-09-19 17:39:21 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2013-09-19 17:39:22 +0000
commit5b05a1159b6a0dbd26e6d49c9f53b449e2d9b041 (patch)
treeba5e395aca960929cf049fc81d9f7f23dfa468a6
parent8074862d9b30394a9715cbc4e33ac39ed6b89072 (diff)
parent8e7586fa0be72958dc93d738e113f9853f3e5a0f (diff)
Merge "Remove char limit." into klp-dev
-rw-r--r--core/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 56b8ca45300e..957d41e8db32 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -4438,7 +4438,7 @@
<!-- 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>