From a47064cba1aa106a9e8a3b979220f3ff3f730e6b Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sat, 15 Jul 2006 18:03:53 +0000 Subject: [PATCH] add colon --- src/event-log.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/event-log.cpp b/src/event-log.cpp index 64a9b19ec..496094318 100644 --- a/src/event-log.cpp +++ b/src/event-log.cpp @@ -266,7 +266,7 @@ EventLog::updateUndoVerbs() if(_getUndoEvent()) { Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->sensitive(_document, true); - Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->name(_document, String::ucompose("%1 %2", + Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->name(_document, String::ucompose("%1: %2", Glib::ustring(_("_Undo")), Glib::ustring((*_getUndoEvent())[_columns.description]))); } else { @@ -276,7 +276,7 @@ EventLog::updateUndoVerbs() if(_getRedoEvent()) { Inkscape::Verb::get(SP_VERB_EDIT_REDO)->sensitive(_document, true); - Inkscape::Verb::get(SP_VERB_EDIT_REDO)->name(_document, String::ucompose("%1 %2", + Inkscape::Verb::get(SP_VERB_EDIT_REDO)->name(_document, String::ucompose("%1: %2", Glib::ustring(_("_Redo")), Glib::ustring((*_getRedoEvent())[_columns.description]))); -- 2.39.5