Skip to content

Commit c5b6f57

Browse files
committed
[needs-docs][layout] rename command history to undo history
1 parent 24cbbcf commit c5b6f57

File tree

2 files changed

+132
-128
lines changed

2 files changed

+132
-128
lines changed

src/app/layout/qgslayoutdesignerdialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,8 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
659659
mGuideDock->setUserVisible( true );
660660
} );
661661

662-
mUndoDock = new QgsDockWidget( tr( "Command History" ), this );
663-
mUndoDock->setObjectName( QStringLiteral( "CommandDock" ) );
662+
mUndoDock = new QgsDockWidget( tr( "Undo History" ), this );
663+
mUndoDock->setObjectName( QStringLiteral( "UndoDock" ) );
664664
mPanelsMenu->addAction( mUndoDock->toggleViewAction() );
665665
mUndoView = new QUndoView( this );
666666
mUndoDock->setWidget( mUndoView );

0 commit comments

Comments
 (0)