diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-06-20 00:40:29 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-06-20 00:40:29 +0000 |
| commit | a2aed97d12baab841915cfebb0cd5e982edbbb01 (patch) | |
| tree | 7e6b04f235538b51315bd63289948b119ad7fdb3 | |
| parent | Fix for 1015352 : Vacuum defs : Rename to 'Clean up document' (diff) | |
| download | inkscape-a2aed97d12baab841915cfebb0cd5e982edbbb01.tar.gz inkscape-a2aed97d12baab841915cfebb0cd5e982edbbb01.zip | |
Fix for 591225 : Fix wording of 'Clean up document' in Undo History
(bzr r11507)
| -rw-r--r-- | src/file.cpp | 2 |
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 <defs>")); + _("Clean up document")); SPDesktop *dt = SP_ACTIVE_DESKTOP; if (diff > 0) { |
