From b97971a29c6a2a80d86ff068ca8f4109d8027646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 30 Apr 2016 16:46:22 +0200 Subject: Fix error codes for ykneo-openpgp 1.0.11 --- OpenKeychain/src/main/res/values/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 1b8bc5661..ab935b042 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1576,13 +1576,13 @@ "Incorrect PIN!\n%d tries remaining." "Security Token in termination state." - "Entered PIN is too short. PINs are at least 6 digits long." + "Entered PIN is too short. PINs are at least 6 digits long.\n(Error: Wrong length)" "Conditions of use not satisfied." - "Security status not satisfied." + "Incorrect PIN!\n(Keep in mind that you have only 3 tries!)" "PIN blocked after too many attempts." "Key or object not found." "Unknown Error" - "Security Token reported invalid data." + "Entered PIN is too short. PINs are at least 6 digits long.\n(Error: Invalid data)" "Security Token expected last command in a chain." "Security Token reported invalid %s byte." "Security Token has been taken off too early. Keep the Security Token at the back until the operation finishes." -- cgit v1.2.3