summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-01-25 21:51:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-01-25 21:51:34 +0000
commitd1eeb6747820f549ec724546a84e3860b4580587 (patch)
tree0ba0aa77f4ee7a3e2622b84a78783f427145e645 /core
parent3c30eff63fb33901df4e040ecce78f7755be588f (diff)
parentb8b7bd3185d5cf6c266ee40e74b515f526e18761 (diff)
downloadframeworks_base-d1eeb6747820f549ec724546a84e3860b4580587.zip
frameworks_base-d1eeb6747820f549ec724546a84e3860b4580587.tar.gz
frameworks_base-d1eeb6747820f549ec724546a84e3860b4580587.tar.bz2
Merge "Telephony: Modify code to check that PUK code length is always 8."
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 9025400..986a005 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -4191,7 +4191,7 @@
<!-- Message shown when the user enters an invalid SIM pin password in PUK screen -->
<string name="kg_invalid_sim_pin_hint">Type a PIN that is 4 to 8 numbers.</string>
<!-- Message shown when the user enters an invalid PUK code in the PUK screen -->
- <string name="kg_invalid_sim_puk_hint">PUK code should be 8 numbers or more.</string>
+ <string name="kg_invalid_sim_puk_hint">PUK code should be 8 numbers.</string>
<!-- Message shown when the user enters an invalid PUK code -->
<string name="kg_invalid_puk">Re-enter the correct PUK code. Repeated attempts will permanently disable the SIM.</string>
<!-- String shown in PUK screen when PIN codes don't match -->