aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-06-13 13:32:14 +0200
committerChristian Schneppe <christian@pix-art.de>2016-06-14 21:27:06 +0200
commit3e748bc49a25c2700e6929286f7041e9c571d7f3 (patch)
treea965a4b18ddebf614ce4f7ef525124fcd336e200 /src/main/res
parentdd3b9084af4483d6c1d27313d0d582b4e502fb00 (diff)
refactored pgp decryption
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 3566ca0d3..9ce66ed2a 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -663,4 +663,5 @@
<string name="request_permissions_title">Pix-Art Messenger permissions</string>
<string name="request_permissions_message">Pix-Art Messenger will ask you to allow a few permissions. It is important that you allow all these permissions to use all features of this messenger. If you deny any of these permissions the app will close itself.</string>
<string name="request_permissions_message_again">You have denied some or all permissions needed for Pix-Art Messenger. Would you like to jump to the settings and allow these permissions? If you denie any of these permissions, the app will close itself.</string>
+ <string name="unable_to_connect_to_keychain">Unable to connect to OpenKeychain</string>
</resources>