Skip to content

Commit 4096896

Browse files
committedJan 23, 2018
Tweak some report designer strings
1 parent a5ca16e commit 4096896

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
 

‎src/app/layout/qgslayoutdesignerdialog.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
631631
mGeneralDock->setUserVisible( true );
632632
} );
633633

634-
mItemDock = new QgsDockWidget( tr( "Item properties" ), this );
634+
mItemDock = new QgsDockWidget( tr( "Item Properties" ), this );
635635
mItemDock->setObjectName( QStringLiteral( "ItemDock" ) );
636636
mItemDock->setMinimumWidth( minDockWidth );
637637
mItemPropertiesStack = new QgsPanelWidgetStack();
@@ -649,7 +649,7 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
649649
mGuideDock->setUserVisible( true );
650650
} );
651651

652-
mUndoDock = new QgsDockWidget( tr( "Command history" ), this );
652+
mUndoDock = new QgsDockWidget( tr( "Command History" ), this );
653653
mUndoDock->setObjectName( QStringLiteral( "CommandDock" ) );
654654
mPanelsMenu->addAction( mUndoDock->toggleViewAction() );
655655
mUndoView = new QUndoView( this );
@@ -667,7 +667,7 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
667667
mAtlasDock->setObjectName( QStringLiteral( "AtlasDock" ) );
668668
connect( mAtlasDock, &QDockWidget::visibilityChanged, mActionAtlasSettings, &QAction::setChecked );
669669

670-
mReportDock = new QgsDockWidget( tr( "Report" ), this );
670+
mReportDock = new QgsDockWidget( tr( "Report Organizer" ), this );
671671
mReportDock->setObjectName( QStringLiteral( "ReportDock" ) );
672672
connect( mReportDock, &QDockWidget::visibilityChanged, mActionReportSettings, &QAction::setChecked );
673673

‎src/ui/layout/qgslayoutdesignerbase.ui

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<x>0</x>
100100
<y>0</y>
101101
<width>2180</width>
102-
<height>42</height>
102+
<height>25</height>
103103
</rect>
104104
</property>
105105
<widget class="QMenu" name="mLayoutMenu">
@@ -355,7 +355,7 @@
355355
</widget>
356356
<widget class="QToolBar" name="mReportToolbar">
357357
<property name="windowTitle">
358-
<string>ToolBar</string>
358+
<string>Report</string>
359359
</property>
360360
<attribute name="toolBarArea">
361361
<enum>TopToolBarArea</enum>
@@ -1548,6 +1548,7 @@
15481548
<include location="../../../images/images.qrc"/>
15491549
<include location="../../../images/images.qrc"/>
15501550
<include location="../../../images/images.qrc"/>
1551+
<include location="../../../images/images.qrc"/>
15511552
</resources>
15521553
<connections/>
15531554
</ui>

0 commit comments

Comments
 (0)
Please sign in to comment.