From: buliabyak Date: Thu, 29 Jun 2006 22:23:25 +0000 (+0000) Subject: undo annotation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=469deb71785cdad88fc32672bd984e8e7ed2744a;p=inkscape.git undo annotation --- diff --git a/src/arc-context.cpp b/src/arc-context.cpp index 8151445b3..0b0aad79e 100644 --- a/src/arc-context.cpp +++ b/src/arc-context.cpp @@ -434,7 +434,7 @@ static void sp_arc_finish(SPArcContext *ac) sp_desktop_selection(desktop)->set(ac->item); sp_document_done(sp_desktop_document(desktop), SP_VERB_CONTEXT_ARC, - /* TODO: annotate */ "arc-context.cpp:437"); + _("Create ellipse")); ac->item = NULL; }