From 2757b26f517b3b22c0faf07327a7f087f900310a Mon Sep 17 00:00:00 2001 From: bulia byak Date: Thu, 5 Oct 2006 09:26:44 +0000 Subject: undo annotations (bzr r1768) --- src/file.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/file.cpp') diff --git a/src/file.cpp b/src/file.cpp index f8ebc9809..3a2301c6d 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -463,7 +463,7 @@ sp_file_vacuum() unsigned int diff = vacuum_document (doc); sp_document_done(doc, SP_VERB_FILE_VACUUM, - /* TODO: annotate */ "file.cpp:515"); + _("Vacuum <defs>")); SPDesktop *dt = SP_ACTIVE_DESKTOP; if (diff > 0) { @@ -849,7 +849,7 @@ file_import(SPDocument *in_doc, const Glib::ustring &uri, sp_document_unref(doc); sp_document_done(in_doc, SP_VERB_FILE_IMPORT, - /* TODO: annotate */ "file.cpp:900"); + _("Import")); } else { gchar *text = g_strdup_printf(_("Failed to load the requested file %s"), uri.c_str()); -- cgit v1.2.3