From b81e28c3f71b35f3bf3b587ee744c92fb54c2745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 6 Jul 2015 16:39:45 +0200 Subject: Better error string for too short PIN --- OpenKeychain/src/main/res/values/strings.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'OpenKeychain') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index c3a887fd1..be0135d0c 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1393,16 +1393,16 @@ "Incorrect PIN!\n%d try remaining." "Incorrect PIN!\n%d tries remaining." - "YubiKey in termination state" - "Wrong length for sent / received data" - "Conditions of use not satisfied" - "Security status not satisfied" - "PIN blocked after too many attempts" - "Key or object not found" + "YubiKey in termination state." + "Entered PIN is too short. PINs are at least 6 numbers long." + "Conditions of use not satisfied." + "Security status not satisfied." + "PIN blocked after too many attempts." + "Key or object not found." "Unknown Error" - "YubiKey reported invalid data" - "YubiKey expected last command in a chain" - "YubiKey reported invalid %s byte" + "YubiKey reported invalid data." + "YubiKey expected last command in a chain." + "YubiKey reported invalid %s byte." "YubiKey has been taken off too early. Keep the YubiKey at the back until the operation finishes." "Try again" Default PIN was rejected! -- cgit v1.2.3