diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-05-05 13:17:04 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-05-05 13:17:04 +0200 |
commit | 6e0ec9b924173bd2afe3b87646e3b1f4e907b7c1 (patch) | |
tree | 40008448652eef1f3edc1ae4f2ca8bec2560ac16 /src/main/res/values | |
parent | 12704fa640ba7ea028f247f2709202cb6a8ec7e1 (diff) |
republish pgp signature when changing status
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index f168b52f..06da9f6d 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -167,6 +167,8 @@ <string name="mgmt_account_disable">Temporarily disable</string> <string name="mgmt_account_publish_avatar">Publish avatar</string> <string name="mgmt_account_publish_pgp">Publish OpenPGP public key</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_enable">Enable account</string> <string name="mgmt_account_are_you_sure">Are you sure?</string> <string name="mgmt_account_delete_confirm_text">If you delete your account your entire conversation history will be lost</string> |