summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYouness Ghanim <youness.ghanim@sonyericsson.com>2012-06-11 13:45:20 +0200
committerJohan Redestig <johan.redestig@sonymobile.com>2012-06-11 13:45:20 +0200
commit532b11b4811f87974c176791fd50fa08b945e95c (patch)
tree89319f5a539087a6520d846f5cb446b84d1a2d84
parent8ad7abbcf64076b4df8ff3e724815c2e7940be8e (diff)
downloadpackages_apps_Settings-532b11b4811f87974c176791fd50fa08b945e95c.zip
packages_apps_Settings-532b11b4811f87974c176791fd50fa08b945e95c.tar.gz
packages_apps_Settings-532b11b4811f87974c176791fd50fa08b945e95c.tar.bz2
Fixing pin_too_short text
Made lockpassword_pin_too_short in sync with other pin text lables. Change-Id: Ia9295f7b36b29a3b4370e04461446a1428fc2ee2
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6bbc8a4..09677f3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -859,7 +859,7 @@
<!-- Hint shown in dialog screen when password is too short -->
<string name="lockpassword_password_too_short">Password must be at least %d characters</string>
<!-- Hint shown in dialog screen when PIN is too short -->
- <string name="lockpassword_pin_too_short">PIN must be at least %d characters</string>
+ <string name="lockpassword_pin_too_short">PIN must be at least %d digits</string>
<!-- Hint shown after minimum password criteria is met -->
<string name="lockpassword_press_continue">Touch Continue when done</string>