diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-05-01 22:33:49 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-05-01 22:33:49 +0200 |
commit | 37c8e157d0030c478ea00fbc407c8365b400af1a (patch) | |
tree | 89c3344aac980a087632d97089037d0ee15af9f2 /res/values | |
parent | 4b66b4b5d1c6376c964d1f252b813ba21b80a64d (diff) |
reworked openpgp integration part #1
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 70bc8f57..5d5d559a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -78,4 +78,5 @@ <string name="contact_offline_otr">Sending OTR encrypted messages to an offline contact is unfortunately not supported.\nWould you like to send the message in plain text?</string> <string name="contact_offline_file">Sending files to an offline contact is unfortunately not supported.</string> <string name="send_unencrypted">Send unencrypted</string> + <string name="decryption_failed">Decrpytion failed. Maybe you don’t have the proper private key.</string> </resources> |