diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-08-05 15:07:51 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-08-05 15:07:51 +0200 |
commit | 86b36edc50929b3d42c63d3f78bf8812282cd7c2 (patch) | |
tree | 6b2c8bf01028e8314e400b3cb79e1a0ebfed1d22 /sc/source | |
parent | 2c9ce1518a8a096bf0cb0836e83fa521379a5e22 (diff) |
calc57: #i113529# do not touch res strings in ooo330
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/src/optdlg.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src index 1a8f36af6ccf..4c64e312bc2d 100644 --- a/sc/source/ui/src/optdlg.src +++ b/sc/source/ui/src/optdlg.src @@ -147,13 +147,13 @@ TabPage RID_SCPAGE_CALC { Pos = MAP_APPFONT ( 12 , 133 ) ; Size = MAP_APPFONT ( 239 , 10 ) ; - Text [ en-US ] = "~Automatically find column and row labels" ; + Text [ en-US ] = "~Automatically find column and row labels " ; }; CheckBox BTN_GENERAL_PREC { Pos = MAP_APPFONT ( 12 , 147 ) ; Size = MAP_APPFONT ( 148 , 10 ) ; - Text [ en-US ] = "~Limit decimals for general number format" ; + Text [ en-US ] = "Limit decimals for general number format" ; }; FixedText FT_PREC { |