diff options
Diffstat (limited to 'src')
| -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) { |
