diff options
-rw-r--r-- | uui/source/passworddlg.src | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/uui/source/passworddlg.src b/uui/source/passworddlg.src index 649e4343868e..b969b9e2f663 100644 --- a/uui/source/passworddlg.src +++ b/uui/source/passworddlg.src @@ -4,9 +4,9 @@ * * $RCSfile: passworddlg.src,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: rt $ $Date: 2005-09-09 10:27:16 $ + * last change: $Author: ihi $ $Date: 2007-04-19 12:02:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,13 +50,11 @@ ModalDialog DLG_UUI_PASSWORD OutputSize = TRUE ; 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 eingeben" ; Text [ en-US ] = "Enter password"; }; Edit ED_PASSWORD |