diff options
| author | Gyuris Gellért <bubu@ujevangelizacio.hu> | 2019-10-09 21:58:15 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-10-09 21:58:15 +0000 |
| commit | 09cfe899064508f9ef0abc609a89c351e2fef04e (patch) | |
| tree | 7792f510e0f29c0fb50fff2ffcec74f9c85d66e5 /src | |
| parent | Improve the name of fillet/chamfer LPE to be more undertandable (diff) | |
| download | inkscape-09cfe899064508f9ef0abc609a89c351e2fef04e.tar.gz inkscape-09cfe899064508f9ef0abc609a89c351e2fef04e.zip | |
Boolean LPE dialog: delete unnecessary colon marks from checkbox label
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-bool.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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", |
