From 7490774c8a4fa804db2c48aed04cc39ad0471e46 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Wed, 9 Oct 2019 02:49:42 +0200 Subject: Last string change to this file moved today from skip files to translate files in po directory. No spected be translated --- src/live_effects/lpe-offset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/lpe-offset.cpp') diff --git a/src/live_effects/lpe-offset.cpp b/src/live_effects/lpe-offset.cpp index bcaf15062..ce4cb5e2e 100644 --- a/src/live_effects/lpe-offset.cpp +++ b/src/live_effects/lpe-offset.cpp @@ -79,7 +79,7 @@ LPEOffset::LPEOffset(LivePathEffectObject *lpeobject) : linejoin_type(_("Join:"), _("Determines the shape of the path's corners"), "linejoin_type", JoinTypeConverter, &wr, this, JOIN_ROUND), miter_limit(_("Miter limit:"), _("Maximum length of the miter join (in units of stroke width)"), "miter_limit", &wr, this, 4.0), attempt_force_join(_("Force miter"), _("Overrides the miter limit and forces a join."), "attempt_force_join", &wr, this, true), - update_on_knot_move(_("Update on knot move"), _("Update on knot move"), "update_on_knot_move", &wr, this, true) + update_on_knot_move(_("Live update"), _("Update while moving handle"), "update_on_knot_move", &wr, this, true) { show_orig_path = true; registerParameter(&linejoin_type); -- cgit v1.2.3