diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2010-10-25 09:53:56 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2010-10-25 09:53:56 +0000 |
| commit | 78f9486f90163b46e6f09430cfb6a30b0ad3a542 (patch) | |
| tree | 96f2a30591cf4610a978927c6fdb08094a177979 /share/extensions | |
| parent | UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 ) (diff) | |
| download | inkscape-78f9486f90163b46e6f09430cfb6a30b0ad3a542.tar.gz inkscape-78f9486f90163b46e6f09430cfb6a30b0ad3a542.zip | |
Punctuation in UI
(bzr r9852)
Diffstat (limited to 'share/extensions')
| -rw-r--r-- | share/extensions/color_custom.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/color_custom.inx b/share/extensions/color_custom.inx index 9cecbab1a..1d18bf47f 100644 --- a/share/extensions/color_custom.inx +++ b/share/extensions/color_custom.inx @@ -10,7 +10,7 @@ <param name="r" type="string" _gui-text="Red Function:">r</param> <param name="g" type="string" _gui-text="Green Function:">g</param> <param name="b" type="string" _gui-text="Blue Function:">b</param> - <param name="scale" type="optiongroup" _gui-text="Input (r,g,b) Color Range"> + <param name="scale" type="optiongroup" _gui-text="Input (r,g,b) Color Range:"> <option value="1">0 - 1</option> <option value="255">0 - 255</option> </param> |
