diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-08-20 11:32:49 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-08-20 11:32:49 +0200 |
commit | 06da080371de8a8bc05d614ea4d4aaf208933700 (patch) | |
tree | 71b931917ba50821786b9ffb48459bd72dff9983 /res/values/strings.xml | |
parent | 63452173285cc991fe9c512023e91067e560394e (diff) |
revised manage account activity. removed contexual action mode
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a4c26eb3..79a8730a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -184,11 +184,11 @@ <string name="encryption_choice_none">Plain text</string> <string name="encryption_choice_otr">OTR</string> <string name="encryption_choice_pgp">OpenPGP</string> - <string name="mgmt_account_edit">Edit account</string> - <string name="mgmt_account_delete">Delete</string> + <string name="mgmt_account_delete">Delete account</string> <string name="mgmt_account_disable">Temporarily disable</string> <string name="mgmt_account_publish_avatar">Publish avatar</string> - <string name="mgmt_account_enable">Enable</string> + <string name="mgmt_account_publish_pgp">Publish OpenPGP public key</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> <string name="mgmt_account_account_offline">Account is offline</string> |