INTEGRATION: CWS pbfixes01 (1.38.26); FILE MERGED

2004/11/06 16:31:14 pb 1.38.26.1: fix: #i36670# 'Kennwort festlegen' -> 'Kennwort eingeben'
This commit is contained in:
Oliver Bolte 2004-11-15 13:03:47 +00:00
parent 8981d5fc3a
commit bb7fe2f7ba

View file

@ -2,9 +2,9 @@
*
* $RCSfile: passworddlg.src,v $
*
* $Revision: 1.38 $
* $Revision: 1.39 $
*
* last change: $Author: hjs $ $Date: 2004-06-26 03:14:20 $
* last change: $Author: obo $ $Date: 2004-11-15 14:03:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -77,11 +77,12 @@ ModalDialog DLG_UUI_PASSWORD
SVLook = TRUE ;
Size = MAP_APPFONT ( 165 , 64 ) ;
Text [ de ] = "Kennwort";
Text [ en-US ] = "Password";
FixedText FT_PASSWORD
{
Pos = MAP_APPFONT ( 6 , 5 ) ;
Size = MAP_APPFONT ( 94 , 10 ) ;
Text [ de ] = "Kennwort festlegen";
Text [ de ] = "Kennwort eingeben" ;
Text [ en-US ] = "Enter password";
};
Edit ED_PASSWORD
@ -108,30 +109,5 @@ ModalDialog DLG_UUI_PASSWORD
Pos = MAP_APPFONT ( 109 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
Text [ en-US ] = "Password";
};