diff options
-rw-r--r-- | sw/source/ui/table/instable.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/table/instable.src b/sw/source/ui/table/instable.src index 26e79fe956..578d8c3a61 100644 --- a/sw/source/ui/table/instable.src +++ b/sw/source/ui/table/instable.src @@ -4,9 +4,9 @@ * * $RCSfile: instable.src,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: rt $ $Date: 2005-09-09 11:00:04 $ + * last change: $Author: hr $ $Date: 2005-09-23 13:12:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,7 +44,7 @@ ModalDialog DLG_INSERT_TABLE OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 280 , 166 ) ; - Text [ de ] = "Tabelle einfügen" ; + Text [ de ] = "Tabelle einfügen" ; Text [ en-US ] = "Insert Table" ; Moveable = TRUE ; Edit ED_NAME @@ -114,14 +114,14 @@ ModalDialog DLG_INSERT_TABLE { Pos = MAP_APPFONT ( 6 , 21 ) ; Size = MAP_APPFONT ( 212 , 8 ) ; - Text [ de ] = "Tabellengröße" ; + Text [ de ] = "Tabellengröße" ; Text [ en-US ] = "Size"; }; CheckBox CB_HEADER { Pos = MAP_APPFONT ( 12 , 74 ) ; Size = MAP_APPFONT (113 , 10 ) ; - Text [ de ] = "Übe~rschrift" ; + Text [ de ] = "Ãœbe~rschrift" ; TabStop = TRUE ; Text [ en-US ] = "Heading"; Text [ x-comment ] = " "; @@ -131,7 +131,7 @@ ModalDialog DLG_INSERT_TABLE Pos = MAP_APPFONT ( 21 , 88 ) ; Size = MAP_APPFONT ( 104 , 10 ) ; TabStop = TRUE ; - Text [ de ] = "Überschrift ~wiederholen" ; + Text [ de ] = "Ãœberschrift ~wiederholen" ; Text [ en-US ] = "Repeat heading"; }; FixedText FT_REPEAT_HEADER |