aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-05-10 20:20:22 +0200
committerChristian Schneppe <christian@pix-art.de>2017-05-10 20:20:22 +0200
commitf78fbcffa5754665ae4744b854b306da749c854a (patch)
treea0f455d5a7bc9f4ccd83fd8557d7c0988a200a43 /src/main/res/values
parent01aca0599d7f7689e7ebdc6f5e8834de93fac391 (diff)
display open pgp key id in account details and allow to delete
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 0dbf82efd..ad6d67d33 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -162,6 +162,8 @@
<string name="mgmt_account_delete">Delete account</string>
<string name="mgmt_account_publish_avatar">Publish avatar</string>
<string name="mgmt_account_publish_pgp">Publish OpenPGP public key</string>
+ <string name="unpublish_pgp">Remove OpenPGP public key</string>
+ <string name="unpublish_pgp_message">Are you sure you want to remove your OpenPGP public key from your presence announcement?\nYour contacts will no longer be able to send you OpenPGP encrypted messages.</string>
<string name="openpgp_has_been_published">OpenPGP public key has been published.</string>
<string name="republish_pgp_keys">Remember to republish your OpenPGP public keys!</string>
<string name="mgmt_account_are_you_sure">Are you sure?</string>