3614: Undo gives wrong text in menu of what it will do; uncontroversial patch part
svn: r17225
This commit is contained in:
parent
0e40cc3fee
commit
b6471586d4
@ -235,7 +235,7 @@ class DbUndo(object):
|
||||
if db.undo_callback:
|
||||
if self.undo_count > 0:
|
||||
db.undo_callback(_("_Undo %s")
|
||||
% transaction.get_description())
|
||||
% self.undoq[-1].get_description())
|
||||
else:
|
||||
db.undo_callback(None)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user