make CustomUnitText "Pixel" localisable, #i35956#
This commit is contained in:
parent
bc7b2bdb80
commit
bb2f27b26c
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ TabPage TP_OPTIONS
|
|||
Maximum = 100 ;
|
||||
StrictFormat = TRUE ;
|
||||
Unit = FUNIT_CUSTOM ;
|
||||
CustomUnitText = " %" ;
|
||||
CustomUnitText = "%" ;
|
||||
First = 1 ;
|
||||
Last = 100 ;
|
||||
SpinSize = 1 ;
|
||||
|
@ -105,7 +105,7 @@ TabPage TP_OPTIONS
|
|||
Maximum = 600 ;
|
||||
StrictFormat = TRUE ;
|
||||
Unit = FUNIT_CUSTOM ;
|
||||
CustomUnitText = " %" ;
|
||||
CustomUnitText = "%" ;
|
||||
First = 1 ;
|
||||
Last = 100 ;
|
||||
SpinSize = 1 ;
|
||||
|
|
Loading…
Reference in a new issue