diff options
author | Sam Whited <sam@samwhited.com> | 2014-12-23 17:19:00 -0500 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-12-25 21:38:55 +0100 |
commit | e4d9dca2fe6a75960d24f8af4dadba9a1a42845c (patch) | |
tree | 71ee843312cc2ede584e523832a74ced950fd789 /src/main/res/values | |
parent | 2081c1bef767907479bbad1971f4cb0e0074bfbd (diff) |
Add ability to change password on server
Fixes #260
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 29b81354..22e39a89 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -46,6 +46,7 @@ <string name="contact_blocked">Contact blocked</string> <string name="remove_bookmark_text">Would you like to remove %s as a bookmark? The conversation associated with this bookmark will not be removed.</string> <string name="register_account">Register new account on server</string> + <string name="change_password">Change password</string> <string name="share_with">Share with</string> <string name="start_conversation">Start Conversation</string> <string name="invite_contact">Invite Contact</string> @@ -249,7 +250,7 @@ <string name="private_message_to">to %s</string> <string name="send_private_message_to">Send private message to %s</string> <string name="connect">Connect</string> - <string name="account_already_exists">This account does already exist</string> + <string name="account_already_exists">This account already exists</string> <string name="next">Next</string> <string name="server_info_session_established">Current session established</string> <string name="additional_information">Additional Information</string> |