diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index 2b59434269a30cc8ee230b292dca7c3f03e8525c..19f60091ac5505abda6c38ccec6dd09245978594 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -95,7 +95,7 @@ Effect::Effect(Inkscape::XML::Node *in_repr, ImplementationHolder implementation } if (!strcmp(effect_child->name(), INKSCAPE_EXTENSION_NS "menu-tip") || !strcmp(effect_child->name(), INKSCAPE_EXTENSION_NS "_menu-tip")) { - _menu_tip = effect_child->firstChild()->content(); + _menu_tip = get_translation(effect_child->firstChild()->content()); } if (streq(effect_child->name(), INKSCAPE_EXTENSION_NS "icon")) { _icon_path = effect_child->firstChild()->content();