Code

copyedit
authorbuliabyak <buliabyak@users.sourceforge.net>
Fri, 14 Sep 2007 23:38:04 +0000 (23:38 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Fri, 14 Sep 2007 23:38:04 +0000 (23:38 +0000)
src/live_effects/lpe-skeletalstrokes.cpp

index 9aca6089a123308eb714f7913c01e8d3ff706969..e1c54b4cf9c15e9102f0d24387090073e8cfdf99 100644 (file)
@@ -61,8 +61,8 @@ LPESkeletalStrokes::LPESkeletalStrokes(LivePathEffectObject *lpeobject) :
     Effect(lpeobject),\r
     pattern(_("Pattern source"), _("Path to put along the skeleton path"), "pattern", &wr, this, "M0,0 L1,0"),\r
     copytype(_("Pattern copies"), _("How many pattern copies to place along the skeleton path"), "copytype", SkelCopyTypeConverter, &wr, this, SSCT_SINGLE_STRETCHED),\r
-    prop_scale(_("Scale width"), _("Scaling of the width of the pattern"), "prop_scale", &wr, this, 1),\r
-    scale_y_rel(_("Scale width relative"), _("Scale the width of the pattern relative to its length"), "scale_y_rel", &wr, this, false)\r
+    prop_scale(_("Width"), _("Width of the pattern"), "prop_scale", &wr, this, 1),\r
+    scale_y_rel(_("Width in units of length"), _("Scale the width of the pattern in units of its length"), "scale_y_rel", &wr, this, false)\r
 {\r
     registerParameter( dynamic_cast<Parameter *>(&pattern) );\r
     registerParameter( dynamic_cast<Parameter *>(&copytype) );\r