diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-06-20 00:34:24 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-06-20 00:34:24 +0000 |
| commit | 445ec64918974f265cab2f13ca090c9e7b17f5c5 (patch) | |
| tree | 921059311fc0fc53c4cb566da1ad3911bc3566b4 /src/verbs.cpp | |
| parent | Fix for 1005064 : Move menu item File->Input Devices to Edit->Input Devices (diff) | |
| download | inkscape-445ec64918974f265cab2f13ca090c9e7b17f5c5.tar.gz inkscape-445ec64918974f265cab2f13ca090c9e7b17f5c5.zip | |
Fix for 1015352 : Vacuum defs : Rename to 'Clean up document'
(bzr r11506)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")), |
