diff options
author | Tsutomu Uchino <hanya@apache.org> | 2014-01-18 08:14:47 +0000 |
---|---|---|
committer | Tsutomu Uchino <hanya@apache.org> | 2014-01-18 08:14:47 +0000 |
commit | 0cea884e3f417e4b58d2fdcfc7b0111f3bfc6f30 (patch) | |
tree | 73f801e705ee4c80c915aa6568f16201972eb03d /sd | |
parent | 3e878f6ea157ec0aaa47c1f4dbaf039b9de1a103 (diff) |
#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0
Notes
Notes:
merged as: ab50bc9d4a72193c1fefcbf0652938995094bc41
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.src | 6 | ||||
-rw-r--r-- | sd/source/ui/animations/SlideTransitionPane.src | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.src b/sd/source/ui/animations/CustomAnimationDialog.src index a6192a59cf6a..5846101543a1 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.src +++ b/sd/source/ui/animations/CustomAnimationDialog.src @@ -242,7 +242,7 @@ TabPage RID_TP_CUSTOMANIMATION_EFFECT Maximum = 9999 ; DecimalDigits = 1 ; Unit = FUNIT_CUSTOM ; - CustomUnitText [ en-US ] = "sec"; + CustomUnitText [ en-US ] = " sec"; SpinSize = 5 ; Hide = TRUE; }; @@ -510,7 +510,7 @@ TabPage RID_TP_CUSTOMANIMATION_DURATION Maximum = 9999 ; DecimalDigits = 1 ; Unit = FUNIT_CUSTOM ; - CustomUnitText [ en-US ] = "sec"; + CustomUnitText [ en-US ] = " sec"; SpinSize = 5 ; }; @@ -660,7 +660,7 @@ TabPage RID_TP_CUSTOMANIMATION_TEXT Maximum = 9999 ; DecimalDigits = 1 ; Unit = FUNIT_CUSTOM ; - CustomUnitText [ en-US ] = "sec"; + CustomUnitText [ en-US ] = " sec"; SpinSize = 5 ; }; diff --git a/sd/source/ui/animations/SlideTransitionPane.src b/sd/source/ui/animations/SlideTransitionPane.src index 1f8267613484..30a622002305 100644 --- a/sd/source/ui/animations/SlideTransitionPane.src +++ b/sd/source/ui/animations/SlideTransitionPane.src @@ -156,7 +156,7 @@ Control DLG_SLIDE_TRANSITION_PANE SpinSize = 1 ; Unit = FUNIT_CUSTOM ; - CustomUnitText [ en-US ] = "sec"; + CustomUnitText [ en-US ] = " sec"; }; FixedLine FL_EMPTY1 |