3614: Undo gives wrong text in menu of what it will do; uncontroversial patch part
svn: r17227
This commit is contained in:
parent
20b3131237
commit
33daf99b33
@ -248,7 +248,7 @@ class DbUndo(object):
|
||||
if db.undo_callback:
|
||||
if self.undo_available():
|
||||
db.undo_callback(_("_Undo %s")
|
||||
% transaction.get_description())
|
||||
% self.translist[self.undoindex].get_description())
|
||||
else:
|
||||
db.undo_callback(None)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user