diff options
-rw-r--r-- | uui/source/masterpassworddlg.src | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/uui/source/masterpassworddlg.src b/uui/source/masterpassworddlg.src index 445cfff95eb1..a65f191cab7a 100644 --- a/uui/source/masterpassworddlg.src +++ b/uui/source/masterpassworddlg.src @@ -4,9 +4,9 @@ * * $RCSfile: masterpassworddlg.src,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-09 10:24:57 $ + * last change: $Author: ihi $ $Date: 2007-04-19 12:02:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,12 +50,10 @@ ModalDialog DLG_UUI_MASTERPASSWORD OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 265 , 64 ) ; - Text [ de ] = "Hauptkennwort festlegen"; FixedText FT_MASTERPASSWORD { Pos = MAP_APPFONT ( 12 , 27 ) ; Size = MAP_APPFONT ( 71 , 10 ) ; - Text [ de ] = "Hauptkennwort" ; Text [ en-US ] = "Master password"; }; Edit ED_MASTERPASSWORD |