From: buliabyak Date: Fri, 25 Jan 2008 21:24:35 +0000 (+0000) Subject: copyedit X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=355bd03d9ea9dbb0b19e231da8875cf914362bc2;p=inkscape.git copyedit --- diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp index d5158255a..a2ad8103b 100644 --- a/src/desktop-events.cpp +++ b/src/desktop-events.cpp @@ -251,7 +251,7 @@ gint sp_dt_guide_event(SPCanvasItem *item, GdkEvent *event, gpointer data) sp_guideline_set_color(SP_GUIDELINE(item), guide->hicolor); char *guide_description = sp_guide_description(guide); - desktop->guidesMessageContext()->setF(Inkscape::NORMAL_MESSAGE, "%s", guide_description); + desktop->guidesMessageContext()->setF(Inkscape::NORMAL_MESSAGE, _("Guideline: %s"), guide_description); g_free(guide_description); break; }