summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2018-01-17 09:26:39 +0100
committercyBerta <cyberta@riseup.net>2018-01-17 14:00:40 +0100
commit1bb789a9ee39ea8ef652855d8fc4add01848d88f (patch)
treef7d4d4ba6c24161aca613fdf78fca997d4ff2337
parent1b97844324a7fb0b4429aedad4cfe39dd79a728d (diff)
reverted can → must
-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 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>