@@ -631,7 +631,7 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
631
631
mGeneralDock->setUserVisible( true );
632
632
} );
633
633
634
- mItemDock = new QgsDockWidget( tr( "Item properties " ), this );
634
+ mItemDock = new QgsDockWidget( tr( "Item Properties " ), this );
635
635
mItemDock->setObjectName( QStringLiteral( "ItemDock" ) );
636
636
mItemDock->setMinimumWidth( minDockWidth );
637
637
mItemPropertiesStack = new QgsPanelWidgetStack();
@@ -649,7 +649,7 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
649
649
mGuideDock->setUserVisible( true );
650
650
} );
651
651
652
- mUndoDock = new QgsDockWidget( tr( "Command history " ), this );
652
+ mUndoDock = new QgsDockWidget( tr( "Command History " ), this );
653
653
mUndoDock->setObjectName( QStringLiteral( "CommandDock" ) );
654
654
mPanelsMenu->addAction( mUndoDock->toggleViewAction() );
655
655
mUndoView = new QUndoView( this );
@@ -667,7 +667,7 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
667
667
mAtlasDock->setObjectName( QStringLiteral( "AtlasDock" ) );
668
668
connect( mAtlasDock, &QDockWidget::visibilityChanged, mActionAtlasSettings, &QAction::setChecked );
669
669
670
- mReportDock = new QgsDockWidget( tr( "Report" ), this );
670
+ mReportDock = new QgsDockWidget( tr( "Report Organizer " ), this );
671
671
mReportDock->setObjectName( QStringLiteral( "ReportDock" ) );
672
672
connect( mReportDock, &QDockWidget::visibilityChanged, mActionReportSettings, &QAction::setChecked );
673
673
0 commit comments