File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ def undo_view(self):
453453 """
454454 if self ._undo_view is None :
455455 self ._undo_view = QtWidgets .QUndoView (self ._undo_stack )
456- self ._undo_view .setWindowTitle ("Undo View " )
456+ self ._undo_view .setWindowTitle ("Undo History " )
457457 return self ._undo_view
458458
459459 @property
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def setup_context_menu(graph):
6767
6868 edit_menu .add_separator ()
6969 edit_menu .add_command ('Clear Undo History' , _clear_undo )
70- edit_menu .add_command ('Show Undo View ' , _show_undo_view )
70+ edit_menu .add_command ('Show Undo History ' , _show_undo_view )
7171 edit_menu .add_separator ()
7272
7373 edit_menu .add_command ('Copy' , _copy_nodes , QtGui .QKeySequence .Copy )
You can’t perform that action at this time.
0 commit comments