diff options
Diffstat (limited to '')
-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> |