summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-12-15 18:04:02 +0100
committerParménides GV <parmegv@sdf.org>2014-12-15 18:04:02 +0100
commit854626d7a0a74844890710705dc9f655eb8380fe (patch)
tree8b55bc7ee1d33c25bbef4e612f6c72c55786195f
parent2a26d42264a4ce64324a916198a546b30c9f98b3 (diff)
parent686efe7b8e53569102c05763209262d89e4689ca (diff)
Merge branch 'bug/didn't-log-out-message-typo' into develop
-rw-r--r--app/src/main/res/values/strings.xml2
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 3666b39c..68e71886 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="registration_failed_message">Registration failed..</string>