diff options
author | Parménides GV <parmegv@sdf.org> | 2015-04-30 13:51:43 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-04-30 13:52:04 +0200 |
commit | 237e51e09ea7ae13c4cdf7fd9247447f6d75fb9a (patch) | |
tree | 955df579d3589ca6a74a7b86fea1ade0e10b2781 /app/src/main/res/values | |
parent | 9a54c425f6d96e1872899eabf78fb60082a8d234 (diff) |
Works smoothly, correct texts.
Next step: beautify.
Diffstat (limited to 'app/src/main/res/values')
-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 06670aee..7746795e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -67,7 +67,7 @@ <string name="eip_state_connected">Connection Secure.</string> <string name="provider_problem">It seems there is a problem with the provider.</string> <string name="try_another_provider">Please try another provider, or contact yours.</string> - <string name="default_user">Anonymous</string> + <string name="default_username">Anonymous</string> <string name="logged_in_user_status">is logged in.</string> <string name="logged_out_user_status">logged out.</string> <string name="didnt_log_out_user_status">didn\'t log out. Try later, it may be a problem in the network or in the provider. If the problem persists, then wipe Bitmask data from the Android settings</string> |