diff options
author | Colin Mahns <goatman93@gmail.com> | 2014-11-02 14:02:00 -0500 |
---|---|---|
committer | Colin Mahns <goatman93@gmail.com> | 2014-11-02 14:02:00 -0500 |
commit | 686efe7b8e53569102c05763209262d89e4689ca (patch) | |
tree | 583fd7931dde81b317a41cc4e09bf5d8395a6f68 /app/src/main/res/values/strings.xml | |
parent | 8bc58f450262ba2cf64e92772746b62018f80e59 (diff) |
Typo fix
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8c815786..350401d3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -60,7 +60,7 @@ <string name="signingup_message">Signing up</string> <string name="logout_message">Logging out from this session.</string> <string name="logged_out_message">Logged out.</string> - <string name="log_out_failed_message">Didn\'t logged out.</string> + <string name="log_out_failed_message">Didn\'t log out.</string> <string name="succesful_authentication_message">Authentication succeeded.</string> <string name="authentication_failed_message">Authentication failed.</string> <string name="successful_authed_cert_downloaded_message">Your own cert has been correctly downloaded.</string> |