diff options
author | Allan Nordhøy <epost@anotheragency.no> | 2018-01-17 09:26:39 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-01-17 14:25:46 +0100 |
commit | 58f13c43e70cad2429c9fa10efbc0b6756798800 (patch) | |
tree | 0402daf13f51dcf7f9eba319eb8e26dcc2a79d10 /app | |
parent | 2a354dced3aae7aa5e0ce516bcc3e4589642a587 (diff) |
reverted can → must
Diffstat (limited to 'app')
-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 e05e0afd..9536d96e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -10,7 +10,7 @@ <string name="show_connection_details">Show connection details</string> <string name="routes_info">Routes: %s</string> <string name="routes_info6">IPv6 routes: %s</string> - <string name="error_empty_username">The username can not be empty.</string> + <string name="error_empty_username">The username must not be empty.</string> <string name="cert_from_keystore">Got certificate \'%s\' from keystore</string> <string name="provider_label">Provider:</string> <string name="provider_label_none">No provider configured</string> |