summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/dialog.cxx3
-rw-r--r--starmath/source/smres.src6
2 files changed, 4 insertions, 5 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 564fccc56b7f..0ede24777ee4 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -808,9 +808,8 @@ void SmDistanceDialog::SetCategory(sal_uInt16 nCategory)
sal_uInt16 nDigits;
if (nCategory < 9)
{
- eUnit = FUNIT_CUSTOM;
+ eUnit = FUNIT_PERCENT;
nDigits = 0;
- pMF->SetCustomUnitText(OUString('%'));
}
else
{
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index 0907229d4912..0bebacab2330 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -303,19 +303,19 @@ Menu RID_VIEWMENU
{
Identifier = SID_ZOOM_50_PERCENT;
HelpId = CMD_SID_VIEW050 ;
- Text [ en-US ] = "~View 50%" ;
+ Text [ en-US ] = "~View 50 %" ;
};
MenuItem
{
Identifier = SID_ZOOM_100_PERCENT ;
HelpId = CMD_SID_VIEW100 ;
- Text [ en-US ] = "View ~100%" ;
+ Text [ en-US ] = "View ~100 %" ;
};
MenuItem
{
Identifier = SID_ZOOM_200_PERCENT ;
HelpId = CMD_SID_VIEW200 ;
- Text [ en-US ] = "View ~200%" ;
+ Text [ en-US ] = "View ~200 %" ;
};
MenuItem
{