diff options
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/epict/dlgepct.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/goodies/source/filter.vcl/epict/dlgepct.src b/goodies/source/filter.vcl/epict/dlgepct.src index 2ff220113a96..29c8e2afdb88 100644 --- a/goodies/source/filter.vcl/epict/dlgepct.src +++ b/goodies/source/filter.vcl/epict/dlgepct.src @@ -4,9 +4,9 @@ * * $RCSfile: dlgepct.src,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:40:04 $ + * last change: $Author: hr $ $Date: 2005-09-23 15:13:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ ModalDialog DLG_EXPORT_EPCT { Pos = MAP_APPFONT ( 6 , 44 ) ; Size = MAP_APPFONT ( 110 , 8 ) ; - Text [ de ] = "Gre" ; + Text [ de ] = "Größe" ; Text [ en-US ] = "Size" ; Text [ x-comment ] = " "; }; @@ -98,7 +98,7 @@ ModalDialog DLG_EXPORT_EPCT { Pos = MAP_APPFONT ( 12 , 73 ) ; Size = MAP_APPFONT ( 45 , 8 ) ; - Text [ de ] = "Hhe" ; + Text [ de ] = "Höhe" ; Text [ en-US ] = "Height" ; Text [ x-comment ] = " "; }; @@ -135,7 +135,7 @@ ModalDialog DLG_EXPORT_EPCT Pos = MAP_APPFONT ( 12 , 28 ) ; Size = MAP_APPFONT ( 98 , 10 ) ; TabStop = TRUE ; - Text [ de ] = "~Gre" ; + Text [ de ] = "~Größe" ; Text [ en-US ] = "~Size" ; Text [ x-comment ] = " "; }; |