diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-09-14 23:38:04 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-09-14 23:38:04 +0000 |
| commit | 5275af22ee247c70539c37be94bbd3423623ac8d (patch) | |
| tree | bda2fed498a4a44e7d89ec525058d060de67e9d8 /src | |
| parent | Change "scale y" to "scale width" in description of LPEs. (diff) | |
| download | inkscape-5275af22ee247c70539c37be94bbd3423623ac8d.tar.gz inkscape-5275af22ee247c70539c37be94bbd3423623ac8d.zip | |
copyedit
(bzr r3750)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-skeletalstrokes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-skeletalstrokes.cpp b/src/live_effects/lpe-skeletalstrokes.cpp index 9aca6089a..e1c54b4cf 100644 --- a/src/live_effects/lpe-skeletalstrokes.cpp +++ b/src/live_effects/lpe-skeletalstrokes.cpp @@ -61,8 +61,8 @@ LPESkeletalStrokes::LPESkeletalStrokes(LivePathEffectObject *lpeobject) : Effect(lpeobject),
pattern(_("Pattern source"), _("Path to put along the skeleton path"), "pattern", &wr, this, "M0,0 L1,0"),
copytype(_("Pattern copies"), _("How many pattern copies to place along the skeleton path"), "copytype", SkelCopyTypeConverter, &wr, this, SSCT_SINGLE_STRETCHED),
- prop_scale(_("Scale width"), _("Scaling of the width of the pattern"), "prop_scale", &wr, this, 1),
- scale_y_rel(_("Scale width relative"), _("Scale the width of the pattern relative to its length"), "scale_y_rel", &wr, this, false)
+ prop_scale(_("Width"), _("Width of the pattern"), "prop_scale", &wr, this, 1),
+ 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)
{
registerParameter( dynamic_cast<Parameter *>(&pattern) );
registerParameter( dynamic_cast<Parameter *>(©type) );
|
