diff options
author | Thomas Lange <tl@openoffice.org> | 2001-08-13 09:32:58 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-08-13 09:32:58 +0000 |
commit | b8aa71e16b492116d37af0c1df96dd86944440c6 (patch) | |
tree | 150b02da7ea232d1f9436050fcc71777698e56eb /starmath | |
parent | b77e1aee6a69a7f9a2940742ddf93a2b7f6f017d (diff) |
#90906# localization of 'Format/Fonts - Custom Fonts' listbox name entries
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/smres.src | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src index bea8a233311b..b83033d453ba 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -2,9 +2,9 @@ * * $RCSfile: smres.src,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: tl $ $Date: 2001-08-09 12:24:29 $ + * last change: $Author: tl $ $Date: 2001-08-13 10:32:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -841,6 +841,7 @@ ModalDialog RID_FONTTYPEDIALOG Pos = MAP_APPFONT ( 12 , 97 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "~Serif" ; + Text[ english ] = "~Serif" ; }; ListBox 5 { @@ -856,6 +857,7 @@ ModalDialog RID_FONTTYPEDIALOG Pos = MAP_APPFONT ( 12 , 112 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "S~ans" ; + Text[ english ] = "S~ans" ; }; ListBox 6 { @@ -871,6 +873,7 @@ ModalDialog RID_FONTTYPEDIALOG Pos = MAP_APPFONT ( 12 , 127 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "F~ixed" ; + Text[ english ] = "F~ixed" ; }; ListBox 7 { |