From c15e983de7f73151670a16162d57030ac3cf429c Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Tue, 8 Nov 2016 08:03:44 +0100 Subject: [Bug #262341] Tooltips for LPE tool modes do not show up as translated. Fixed bugs: - https://launchpad.net/bugs/262341 (bzr r15225) --- src/widgets/lpe-toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/widgets/lpe-toolbar.cpp b/src/widgets/lpe-toolbar.cpp index 5df5fde70..c714aba10 100644 --- a/src/widgets/lpe-toolbar.cpp +++ b/src/widgets/lpe-toolbar.cpp @@ -302,7 +302,7 @@ void sp_lpetool_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GO gtk_list_store_append( model, &iter ); gtk_list_store_set( model, &iter, 0, Inkscape::LivePathEffect::LPETypeConverter.get_label(type).c_str(), - 1, Inkscape::LivePathEffect::LPETypeConverter.get_label(type).c_str(), + 1, _(Inkscape::LivePathEffect::LPETypeConverter.get_label(type).c_str()), 2, lpesubtools[i].icon_name, -1 ); } -- cgit v1.2.3