summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e3d26f3)
raw | patch | inline | side by side (parent: e3d26f3)
author | mfloryan <mfloryan@users.sourceforge.net> | |
Tue, 27 Jan 2009 22:53:22 +0000 (22:53 +0000) | ||
committer | mfloryan <mfloryan@users.sourceforge.net> | |
Tue, 27 Jan 2009 22:53:22 +0000 (22:53 +0000) |
src/live_effects/lpe-patternalongpath.cpp | patch | blob | history |
index 954a01029a1a100cac03cf226d0ec3751fa4228f..52bc42cb0b128438ee3c76828403154cef4a1676 100644 (file)
tang_offset(_("Tangential offset"), "", "tang_offset", &wr, this, 0),
prop_units(_("Offsets in unit of pattern size"), _("Spacing, tangential and normal offset are expressed as a ratio of width/height"), "prop_units", &wr, this, false),
vertical_pattern(_("Pattern is vertical"), _("Rotate pattern 90 deg before applying"), "vertical_pattern", &wr, this, false),
- fuse_tolerance(_("Fuse nearby ends"), "Fuse ends closer than this number. 0 means don't fuse.", "fuse_tolerance", &wr, this, 0)
+ fuse_tolerance(_("Fuse nearby ends"), _("Fuse ends closer than this number. 0 means don't fuse."), "fuse_tolerance", &wr, this, 0)
{
registerParameter( dynamic_cast<Parameter *>(&pattern) );
registerParameter( dynamic_cast<Parameter *>(©type) );