cws tl82: #i114272# password dialog messages and min password length changed

This commit is contained in:
Thomas Lange [tl]
2010-09-02 14:48:49 +02:00
parent c280c618ed
commit 0445833f87
3 changed files with 3 additions and 3 deletions

2
uui/source/masterpasscrtdlg.cxx Normal file → Executable file
View File

@@ -93,7 +93,7 @@ MasterPasswordCreateDialog::MasterPasswordCreateDialog
aHelpBtn ( this, ResId( BTN_MASTERPASSCRT_HELP, *pResMgr ) ),
pResourceMgr ( pResMgr ),
nMinLen ( 5 )
nMinLen ( 1 )
{
FreeResource();

2
uui/source/masterpasscrtdlg.src Normal file → Executable file
View File

@@ -86,7 +86,7 @@ ModalDialog DLG_UUI_MASTERPASSWORD_CRT
Pos = MAP_APPFONT ( COL_0 , ROW_6 ) ;
Size = MAP_APPFONT ( CTRL_WIDTH , 8*RSC_CD_FIXEDTEXT_HEIGHT ) ;
WordBreak = TRUE ;
Text [ en-US ] = "Caution: Make sure you remember the Master Password you have set. If you forget your Master Password, you will be unable to access any of the information protected by it. Passwords are case-sensitive and at least five characters long.";
Text [ en-US ] = "Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case-sensitive.";
};
FixedLine FL_CAUTIONTEXT
{

2
uui/source/passworderrs.src Normal file → Executable file
View File

@@ -43,7 +43,7 @@ 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 ] = "Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case-sensitive.";
};
String STR_ERROR_PASSWORDS_NOT_IDENTICAL