diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-10-26 08:25:10 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-10-26 08:25:10 +0000 |
commit | f8623537e2db4ecdd891aefd8ce04dd6e9706dee (patch) | |
tree | fc543f16916488377feef37dc038ec6c611a3499 /svx/source | |
parent | a7232b166e6cb8ae4504434a64d38235b98dc95b (diff) |
#93808# changed the text for the no-pretty-printing option
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/options/optsave.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/options/optsave.src b/svx/source/options/optsave.src index 06b051d60084..47c371b9cd0d 100644 --- a/svx/source/options/optsave.src +++ b/svx/source/options/optsave.src @@ -2,9 +2,9 @@ * * $RCSfile: optsave.src,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: os $ $Date: 2001-10-25 14:10:27 $ + * last change: $Author: fs $ $Date: 2001-10-26 09:25:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -342,10 +342,10 @@ TabPage RID_SFXPAGE_SAVE CheckBox BTN_NOPRETTYPRINTING { Pos = MAP_APPFONT ( 12 , 85 ) ; - Size = MAP_APPFONT ( 162 , 8 ) ; - Text = "~XML-Dateien Grenoptimieren (ohne Pretty Printing)" ; - Text [ english ] = "Size optimization for XML files (no pretty printing)" ; - Text [ english_us ] = "Size optimization for XML files (no pretty printing)" ; + Size = MAP_APPFONT ( 260 - 12 - 12 , 8 ) ; + Text = "XML-Format auf Gre optimieren (ohne Pretty Printing)" ; + Text [ english ] = "Size optimization for XML format (no pretty printing)" ; + Text [ english_us ] = "Size optimization for XML format (no pretty printing)" ; }; FixedLine GB_RELATIVE |