Show feedback during setup if passwords don't match. Dev task #49.

This commit is contained in:
akwizgran
2014-01-08 17:01:41 +00:00
parent bacd8ec0c0
commit 3ddfe44be3
2 changed files with 25 additions and 9 deletions

View File

@@ -8,6 +8,7 @@
<string name="choose_password">Choose your password:</string>
<string name="confirm_password">Confirm your password:</string>
<string name="format_min_password">Password must be at least %1$d characters long</string>
<string name="passwords_do_not_match">Passwords do not match</string>
<string name="enter_password">Enter your password:</string>
<string name="try_again">Wrong password, try again:</string>
<string name="expiry_warning">This software has expired.\nPlease install a newer version.</string>