From 445ec64918974f265cab2f13ca090c9e7b17f5c5 Mon Sep 17 00:00:00 2001 From: John Smith Date: Wed, 20 Jun 2012 09:34:24 +0900 Subject: Fix for 1015352 : Vacuum defs : Rename to 'Clean up document' (bzr r11506) --- src/verbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index 96a6b76a1..76d5f2d42 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2233,7 +2233,7 @@ Verb *Verb::_base_verbs[] = { new FileVerb(SP_VERB_FILE_PRINT, "FilePrint", N_("_Print..."), N_("Print document"), GTK_STOCK_PRINT ), // TRANSLATORS: "Vacuum Defs" means "Clean up defs" (so as to remove unused definitions) - new FileVerb(SP_VERB_FILE_VACUUM, "FileVacuum", N_("Vac_uum Defs"), N_("Remove unused definitions (such as gradients or clipping paths) from the <defs> of the document"), + new FileVerb(SP_VERB_FILE_VACUUM, "FileVacuum", N_("Clean _up document"), N_("Remove unused definitions (such as gradients or clipping paths) from the <defs> of the document"), INKSCAPE_ICON("document-cleanup") ), new FileVerb(SP_VERB_FILE_IMPORT, "FileImport", N_("_Import..."), N_("Import a bitmap or SVG image into this document"), INKSCAPE_ICON("document-import")), -- cgit v1.2.3