aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-09-08 14:50:16 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-09-08 14:50:16 +0200
commitceea2667e8544b58acfc59f8d3284f4dcbd7cf7a (patch)
tree28d657f13500489a38eba53de3ea414cd01b6dd8 /OpenKeychain/src/main/res
parent055fb59ec34a986ea9f5620554b51c438d809361 (diff)
downloadopen-keychain-ceea2667e8544b58acfc59f8d3284f4dcbd7cf7a.tar.gz
open-keychain-ceea2667e8544b58acfc59f8d3284f4dcbd7cf7a.tar.bz2
open-keychain-ceea2667e8544b58acfc59f8d3284f4dcbd7cf7a.zip
introduce SingletonResult for... singleton results
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 2a89f15bc..64affdfde 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -757,9 +757,9 @@
<string name="msg_con_warn_delete_secret">"Exception deleting secret cache file"</string>
<!-- Other messages used in OperationLogs -->
- <string name="msg_ek_error_divert">"editing of nfc keys is not (yet) supported"</string>
- <string name="msg_ek_error_dummy">"cannot edit keyring with stripped master key!"</string>
- <string name="msg_ek_error_not_found">"key not found"</string>
+ <string name="msg_ek_error_divert">"Editing of nfc keys is not (yet) supported!"</string>
+ <string name="msg_ek_error_dummy">"Cannot edit keyring with stripped master key!"</string>
+ <string name="msg_ek_error_not_found">"Key not found!"</string>
<!-- PassphraseCache -->
<string name="passp_cache_notif_click_to_clear">"Click to clear cached passphrases"</string>