diff options
Diffstat (limited to 'uui/source/passworderrs.src')
-rwxr-xr-x | uui/source/passworderrs.src | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/uui/source/passworderrs.src b/uui/source/passworderrs.src index 91b244ae543e..3d4307ad4f80 100755 --- a/uui/source/passworderrs.src +++ b/uui/source/passworderrs.src @@ -43,7 +43,12 @@ String STR_ERROR_PASSWORD_TO_MODIFY_WRONG String STR_ERROR_MASTERPASSWORD_WRONG { - Text [ en-US ] = "The wrong Master Password has been entered. %PRODUCTNAME could not access web login information protected by Master Password.\n\nNote: Passwords are case-sensitive and at least five characters long."; + Text [ en-US ] = "The master password is incorrect."; +}; + +String STR_ERROR_SIMPLE_PASSWORD_WRONG +{ + Text [ en-US ] = "The password is incorrect."; }; String STR_ERROR_PASSWORDS_NOT_IDENTICAL |