diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-03-13 04:32:19 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-03-13 04:32:19 +0100 |
commit | eec39066928c65bc7d2a36913ec21f83c5a763b6 (patch) | |
tree | e269d26f4b1175eaef72c7b86dc4ac7fc78c1e0c /res/values | |
parent | 6db012ac6fc43690f7b6aa3632f10474ad492742 (diff) |
fixed bug where one couldnt short click to edit in the account list
Diffstat (limited to '')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 7f0977ec..646ec4c5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -24,4 +24,5 @@ <string name="remove_contact_text">Do you want to delete %s from your roster. The conversation assoziated with this account will not be removed.</string> <string name="untrusted_cert_hint">The server %s presented you with an unstrusted, possible self signed, certificate.</string> <string name="account_info">Server Info</string> + <string name="register_account">Register new account on server</string> </resources> |