diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-11-08 06:51:39 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-11-08 06:51:39 +0100 |
commit | afa869ddd22ba9913a87da13d2194e069379f910 (patch) | |
tree | 07d8e980f3035729c93e52fb0e9d5099a40868d1 /src/main/res | |
parent | b0599b923df86cf4bc9b2657aa2881bb6e70b9bc (diff) |
improve openkeychain error reporting
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 34c227331..ef6cddbfb 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -835,5 +835,6 @@ <string name="cancelled">cancelled</string> <string name="remote_server_timeout">Remote server timeout</string> <string name="already_drafting_message">You are already drafting a message.</string> + <string name="bad_key_for_encryption">Bad key for encryption.</string> </resources> |