aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-01-03 22:14:12 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-01-03 22:14:12 +0100
commit47ace7cea31ee794ed88bdf4163dd38fc33e8fc5 (patch)
treeb7578d09cb285a208f1e125007c1dba5ac435887 /OpenKeychain/src/main/res/values/strings.xml
parent2192a6baddd09ae81f86a8bfd5e844086154f5ba (diff)
downloadopen-keychain-47ace7cea31ee794ed88bdf4163dd38fc33e8fc5.tar.gz
open-keychain-47ace7cea31ee794ed88bdf4163dd38fc33e8fc5.tar.bz2
open-keychain-47ace7cea31ee794ed88bdf4163dd38fc33e8fc5.zip
make certify routines more robust (#1016)
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 16fd2691b..8dc708f1c 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -942,6 +942,7 @@
<item quantity="one">"Certifying one user ID for key %2$s"</item>
<item quantity="other">"Certifying %1$d user IDs for key %2$s"</item>
</plurals>
+ <string name="msg_crt_error_self">"Cannot issue self-certificate like this!"</string>
<string name="msg_crt_error_master_not_found">"Master key not found!"</string>
<string name="msg_crt_error_nothing">"No keys certified!"</string>
<string name="msg_crt_error_unlock">"Error unlocking master key!"</string>