diff options
author | Alethea Butler <alethea@alethea.io> | 2014-05-30 02:03:24 -0400 |
---|---|---|
committer | Alethea Butler <alethea@alethea.io> | 2014-05-30 02:03:24 -0400 |
commit | 732848fc0ec96b9c41a0d11f317c32313380dc01 (patch) | |
tree | b77c4be55b3b883d942360da3a7ade12dbc107c2 /res/values | |
parent | 655565ecccc722ad72e2dbad247d67dbc1b2a911 (diff) |
Added question mark to remove_contact_text
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 13e43f5f..abfdf306 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -34,7 +34,7 @@ <string name="participant">Participant</string> <string name="visitor">Visitor</string> <string name="enter_new_name">Enter a new name:</string> - <string name="remove_contact_text">Do you want to delete %s from your roster. The conversation associated with this account will not be removed.</string> + <string name="remove_contact_text">Do you want to delete %s from your roster? The conversation associated with this account will not be removed.</string> <string name="untrusted_cert_hint">The server %s presented you with an untrusted, possible self signed, certificate.</string> <string name="account_info">Server Info</string> <string name="register_account">Register new account on server</string> |