summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2010-10-02 09:14:37 +0200
committerAndras Timar <timar@fsf.hu>2010-10-02 09:14:37 +0200
commit1d8c4b25cb93439086749a6b51714d7ac1b52149 (patch)
treefb72ac81815df4f81fc55adc0269ac3694301076 /svtools
parent71731aff4ca006df7336964b2b1c25abfff38bfa (diff)
make CustomUnitText "Pixel" localisable, #i35956#
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/dialogs/colrdlg.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/dialogs/colrdlg.src b/svtools/source/dialogs/colrdlg.src
index ad9a5c1aa015..55517299c057 100644
--- a/svtools/source/dialogs/colrdlg.src
+++ b/svtools/source/dialogs/colrdlg.src
@@ -102,7 +102,7 @@ ModalDialog DLG_COLOR
Maximum = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
};
MetricField NUM_MAGENTA
{
@@ -115,7 +115,7 @@ ModalDialog DLG_COLOR
Maximum = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
};
MetricField NUM_YELLOW
{
@@ -128,7 +128,7 @@ ModalDialog DLG_COLOR
Maximum = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
};
MetricField NUM_KEY
{
@@ -141,7 +141,7 @@ ModalDialog DLG_COLOR
Maximum = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
};
FixedText FT_RED
{