diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-04-26 20:21:46 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-04-26 20:21:46 +0200 |
commit | c106bb872eaa042effa0263eded078fd027ff862 (patch) | |
tree | 6f50febb99e74f36d7c5f6ef69d79a99497085a4 | |
parent | 89e92e1085c70ad55ee820477c8c002999c9ddbb (diff) |
Added a comma to a string
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index ff0d89493..299be7392 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -165,7 +165,7 @@ <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> - <string name="mgmt_account_delete_confirm_text">If you delete your account your entire conversation history will be lost</string> + <string name="mgmt_account_delete_confirm_text">If you delete your account, your entire conversation history will be lost</string> <string name="attach_record_voice">Record voice</string> <string name="account_settings_jabber_id">Jabber-ID</string> <string name="account_settings_password">Password</string> |