From 09cfe899064508f9ef0abc609a89c351e2fef04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gyuris=20Gell=C3=A9rt?= Date: Wed, 9 Oct 2019 21:58:15 +0000 Subject: Boolean LPE dialog: delete unnecessary colon marks from checkbox label --- src/live_effects/lpe-bool.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/live_effects/lpe-bool.cpp b/src/live_effects/lpe-bool.cpp index 68d95b8e8..03e157107 100644 --- a/src/live_effects/lpe-bool.cpp +++ b/src/live_effects/lpe-bool.cpp @@ -72,10 +72,10 @@ LPEBool::LPEBool(LivePathEffectObject *lpeobject) : Effect(lpeobject) , operand_path(_("Operand path:"), _("Operand for the boolean operation"), "operand-path", &wr, this) , bool_operation(_("Operation:"), _("Boolean Operation"), "operation", BoolOpConverter, &wr, this, bool_op_ex_union) - , swap_operands(_("Swap operands:"), _("Swap operands (useful e.g. for difference)"), "swap-operands", &wr, this) - , hide_linked(_("Hide Linked:"), _("Hide linked path"), "hide-linked", &wr, this, true) + , swap_operands(_("Swap operands"), _("Swap operands (useful e.g. for difference)"), "swap-operands", &wr, this) + , hide_linked(_("Hide Linked"), _("Hide linked path"), "hide-linked", &wr, this, true) , rmv_inner( - _("Remove inner:"), + _("Remove inner"), _("For cut operations: remove inner (non-contour) lines of cutting path to avoid invisible extra points"), "rmv-inner", &wr, this) , fill_type_this(_("Fill type this:"), _("Fill type (winding mode) for this path"), "filltype-this", -- cgit v1.2.3