diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 11:02:52 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 11:02:52 +0000 |
commit | df7bfdbad0df5c8f4c450e62d68fd0443a0fca0c (patch) | |
tree | d3c652d7ecad242a4ae41c6e9f259a221ad75193 /uui | |
parent | bcbc062624a056901a42a6db890d5f719a30c6c3 (diff) |
INTEGRATION: CWS mergede01 (1.40.90); FILE MERGED
2007/03/20 14:36:34 ihi 1.40.90.1: #i72301# Remove German
Diffstat (limited to 'uui')
-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 |