diff options
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c7ef6c2b..c8f391ad 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -306,6 +306,7 @@ <string name="authenticating_message">Authenticating with entered login and password.</string> <string name="logout_title">Log out</string> <string name="logout_message">Logging out from this session.</string> + <string name="not_valid_password_message">Your password is not well-formed: it should have at least 8 characters.</string> <string name="succesful_authentication_message">Authentication succeeded.</string> <string name="authentication_failed_message">Authentication failed.</string> <string name="successful_log_out_message">Logged out.</string> |