diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-04-12 23:22:47 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-04-12 23:22:47 +0000 |
| commit | 28233a0b816fed22fa313c0689b3d2be6802ab9e (patch) | |
| tree | c04e506170ec569f0858be6962550848ac2caf9a /src/live_effects | |
| parent | Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to pre... (diff) | |
| download | inkscape-28233a0b816fed22fa313c0689b3d2be6802ab9e.tar.gz inkscape-28233a0b816fed22fa313c0689b3d2be6802ab9e.zip | |
Several different i18n issues fixed following report from a_b (adresses bug #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch.
(bzr r5412)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-patternalongpath.cpp | 4 | ||||
| -rw-r--r-- | src/live_effects/lpe-sketch.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-patternalongpath.cpp b/src/live_effects/lpe-patternalongpath.cpp index 7d11a5172..eab3dd80e 100644 --- a/src/live_effects/lpe-patternalongpath.cpp +++ b/src/live_effects/lpe-patternalongpath.cpp @@ -66,8 +66,8 @@ LPEPatternAlongPath::LPEPatternAlongPath(LivePathEffectObject *lpeobject) : spacing(_("Spacing"), _("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"), "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) + 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) { registerParameter( dynamic_cast<Parameter *>(&pattern) ); registerParameter( dynamic_cast<Parameter *>(©type) ); diff --git a/src/live_effects/lpe-sketch.cpp b/src/live_effects/lpe-sketch.cpp index e4e7cddcc..bb3fb3162 100644 --- a/src/live_effects/lpe-sketch.cpp +++ b/src/live_effects/lpe-sketch.cpp @@ -46,7 +46,7 @@ LPESketch::LPESketch(LivePathEffectObject *lpeobject) : ends_tolerance(_("Max. ends tolerance"), _("Max. distance between original and approximated paths ends (relative to max. length)."), "ends_tolerance", &wr, this, .1), parallel_offset(_("Parallel offset"), - _("Average distance to original stroke(try 0.)."), "parallel_offset", &wr, this, 5.), + _("Average distance to original stroke (try 0)."), "parallel_offset", &wr, this, 5.), tremble_size(_("Max. tremble"), _("Maximal tremble magnitude."), "tremble_size", &wr, this, 5.), tremble_frequency(_("Tremble frequency"), |
