aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-06 01:02:18 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-06 01:02:18 +0100
commit616c903a2ac356fe9e83ff28cad2360f80e45752 (patch)
treea94138d7b878b3f976ca3bc3811140b01a9b8e56 /OpenPGP-Keychain/src/main/res
parenta41228fc06cedcddba23f7795a19cffaab2d05a7 (diff)
downloadopen-keychain-616c903a2ac356fe9e83ff28cad2360f80e45752.tar.gz
open-keychain-616c903a2ac356fe9e83ff28cad2360f80e45752.tar.bz2
open-keychain-616c903a2ac356fe9e83ff28cad2360f80e45752.zip
do not delete pub keys where secret key exists
Diffstat (limited to 'OpenPGP-Keychain/src/main/res')
-rw-r--r--OpenPGP-Keychain/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/values/strings.xml b/OpenPGP-Keychain/src/main/res/values/strings.xml
index ce919c8f0..6fc4678fe 100644
--- a/OpenPGP-Keychain/src/main/res/values/strings.xml
+++ b/OpenPGP-Keychain/src/main/res/values/strings.xml
@@ -283,6 +283,8 @@
<string name="error_nfc_needed">NFC is not available on your device!</string>
<string name="error_nothing_import">Nothing to import!</string>
<string name="error_expiry_must_come_after_creation">expiry date must come after creation date</string>
+ <string name="error_can_not_delete_contact">you can not delete this contact because it is your own. Please delete it from the \'My Keys\' screen!</string>
+ <string name="error_can_not_delete_contacts">you can not delete the following contacts because they are your own:\n%sPlease delete them from the \'My Keys\' screen!</string>
<!-- progress dialogs, usually ending in '…' -->
<string name="progress_done">done.</string>