From: luca_bruno Date: Mon, 13 Jul 2009 08:14:59 +0000 (+0000) Subject: Fixed a icon name string which shouldn't have been translatable. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b64b1afebc1909aa99398f51ec7961d3e7182afd;p=inkscape.git Fixed a icon name string which shouldn't have been translatable. Closes: #398410 --- diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 21b0e97ac..440a6283b 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -5573,7 +5573,7 @@ static void sp_lpetool_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActi gtk_list_store_set( model, &iter, 0, _("All inactive"), 1, _("No geometric tool is active"), - 2, _("draw-geometry-inactive"), + 2, "draw-geometry-inactive", -1 ); Inkscape::LivePathEffect::EffectType type;