summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGeoffrey Borggaard <geoffreyb@google.com>2013-09-19 10:52:59 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-19 10:52:59 -0700
commitce040924f7dcfea558e432f9e4c5a643ff2623ef (patch)
tree81cf305f8adba43e04dd6b5df9dff8814b8e9d65 /core
parent26aa6e904c017abe9b7ce0773f5a353cabae93aa (diff)
parent5b05a1159b6a0dbd26e6d49c9f53b449e2d9b041 (diff)
downloadframeworks_base-ce040924f7dcfea558e432f9e4c5a643ff2623ef.zip
frameworks_base-ce040924f7dcfea558e432f9e4c5a643ff2623ef.tar.gz
frameworks_base-ce040924f7dcfea558e432f9e4c5a643ff2623ef.tar.bz2
am 5b05a115: Merge "Remove char limit." into klp-dev
* commit '5b05a1159b6a0dbd26e6d49c9f53b449e2d9b041': Remove char limit.
Diffstat (limited to 'core')
-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 56b8ca4..957d41e 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>