From 1d8c4b25cb93439086749a6b51714d7ac1b52149 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 2 Oct 2010 09:14:37 +0200 Subject: make CustomUnitText "Pixel" localisable, #i35956# --- svtools/source/dialogs/colrdlg.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svtools/source') 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 { -- cgit