summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-patternalongpath.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2011-03-17 20:45:52 +0000
committerKris <Kris.De.Gussem@hotmail.com>2011-03-17 20:45:52 +0000
commit13616aaa0cbfcbc1386574e108d716bb4fccefc9 (patch)
tree17aeaf11790390bf9a031f0a46a0573a4134b4c2 /src/live_effects/lpe-patternalongpath.cpp
parentLast renamings of headers in Inkscape preferences (Bug #560751) (diff)
downloadinkscape-13616aaa0cbfcbc1386574e108d716bb4fccefc9.tar.gz
inkscape-13616aaa0cbfcbc1386574e108d716bb4fccefc9.zip
Added some mnemonics for filter path effects (Bug #170765)
(bzr r10112)
Diffstat (limited to 'src/live_effects/lpe-patternalongpath.cpp')
-rw-r--r--src/live_effects/lpe-patternalongpath.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/live_effects/lpe-patternalongpath.cpp b/src/live_effects/lpe-patternalongpath.cpp
index bbcf9b1c3..b1af4c149 100644
--- a/src/live_effects/lpe-patternalongpath.cpp
+++ b/src/live_effects/lpe-patternalongpath.cpp
@@ -61,22 +61,22 @@ LPEPatternAlongPath::LPEPatternAlongPath(LivePathEffectObject *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", PAPCopyTypeConverter, &wr, this, PAPCT_SINGLE_STRETCHED),
- prop_scale(_("Width:"), _("Width of the pattern"), "prop_scale", &wr, this, 1),
- scale_y_rel(_("Width in units of length"),
+ prop_scale(_("_Width:"), _("Width of the pattern"), "prop_scale", &wr, this, 1),
+ scale_y_rel(_("Wid_th in units of length"),
_("Scale the width of the pattern in units of its length"),
"scale_y_rel", &wr, this, false),
- spacing(_("Spacing:"),
+ spacing(_("Spa_cing:"),
// xgettext:no-c-format
_("Space between copies of the pattern. Negative values allowed, but are limited to -90% of pattern width."),
"spacing", &wr, this, 0),
- normal_offset(_("Normal offset:"), "", "normal_offset", &wr, this, 0),
- tang_offset(_("Tangential offset:"), "", "tang_offset", &wr, this, 0),
- prop_units(_("Offsets in unit of pattern size"),
+ normal_offset(_("No_rmal offset:"), "", "normal_offset", &wr, this, 0),
+ tang_offset(_("Tan_gential 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(_("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(_("_Fuse nearby ends:"), _("Fuse ends closer than this number. 0 means don't fuse."),
"fuse_tolerance", &wr, this, 0)
{
registerParameter( dynamic_cast<Parameter *>(&pattern) );