Index: uui/source/passcrtdlg.cxx =================================================================== --- uui/source/passcrtdlg.cxx (revision 274469) +++ uui/source/passcrtdlg.cxx (working copy) @@ -81,7 +81,7 @@ ,aCancelBtn ( this, ResId( BTN_PASSCRT_CANCEL, *pResMgr ) ) ,aHelpBtn ( this, ResId( BTN_PASSCRT_HELP, *pResMgr ) ) ,pResourceMgr ( pResMgr ) - ,nMinLen(5) + ,nMinLen(1) { FreeResource(); Index: uui/source/passcrtdlg.src =================================================================== --- uui/source/passcrtdlg.src (revision 274469) +++ uui/source/passcrtdlg.src (working copy) @@ -91,7 +91,7 @@ { Pos = MAP_APPFONT( 4, 64 ); Size = MAP_APPFONT( 137, 40 ); - Text [ en-US ] = "WARNING: If you lose or forget the password, it cannot be recovered. It is advisable to keep passwords in a safe place. Passwords are case-sensitive and at least five characters long."; + Text [ en-US ] = "WARNING: If you lose or forget the password, it cannot be recovered. It is advisable to keep passwords in a safe place. Passwords are case-sensitive."; WordBreak = TRUE; }; FixedLine FL_FIXED_LINE_1 Index: uui/source/passworddlg.src =================================================================== --- uui/source/passworddlg.src (revision 274469) +++ uui/source/passworddlg.src (working copy) @@ -50,7 +50,7 @@ { Pos = MAP_APPFONT( 3, 4 ); Size = MAP_APPFONT( 139, 28 ); - Text [ en-US ] = "Enter password to open the file: \n"; + Text [ en-US ] = "Enter password to open file: \n""; WordBreak = TRUE; };