summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-06-20 00:40:29 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-06-20 00:40:29 +0000
commita2aed97d12baab841915cfebb0cd5e982edbbb01 (patch)
tree7e6b04f235538b51315bd63289948b119ad7fdb3 /src/file.cpp
parentFix for 1015352 : Vacuum defs : Rename to 'Clean up document' (diff)
downloadinkscape-a2aed97d12baab841915cfebb0cd5e982edbbb01.tar.gz
inkscape-a2aed97d12baab841915cfebb0cd5e982edbbb01.zip
Fix for 591225 : Fix wording of 'Clean up document' in Undo History
(bzr r11507)
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp
index 2ce532f03..5dab48d75 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -570,7 +570,7 @@ void sp_file_vacuum()
unsigned int diff = doc->vacuumDocument();
DocumentUndo::done(doc, SP_VERB_FILE_VACUUM,
- _("Vacuum &lt;defs&gt;"));
+ _("Clean up document"));
SPDesktop *dt = SP_ACTIVE_DESKTOP;
if (diff > 0) {