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:00:40 +0100 |
commit | 1bb789a9ee39ea8ef652855d8fc4add01848d88f (patch) | |
tree | f7d4d4ba6c24161aca613fdf78fca997d4ff2337 /app/src/main/res | |
parent | 1b97844324a7fb0b4429aedad4cfe39dd79a728d (diff) |
reverted can → must
Diffstat (limited to 'app/src/main/res')
-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 528794e0..75b690ac 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> |