Skip to content

Commit 561d59b

Browse files
committed
Capitalization
1 parent 0731148 commit 561d59b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/layout/qgslayoutmapwidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ QgsLayoutMapWidget::QgsLayoutMapWidget( QgsLayoutItemMap *item )
157157

158158
void QgsLayoutMapWidget::setReportTypeString( const QString &string )
159159
{
160-
mAtlasCheckBox->setTitle( tr( "Controlled by %1" ).arg( string ) );
160+
mAtlasCheckBox->setTitle( tr( "Controlled by %1" ).arg( string == tr( "atlas" ) ? tr( "Atlas" ) : tr( "Report" ) ) );
161161
mAtlasPredefinedScaleRadio->setToolTip( tr( "Use one of the predefined scales of the project where the %1 feature best fits." ).arg( string ) );
162162
}
163163

src/ui/layout/qgslayout3dmapwidgetbase.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<item>
6464
<widget class="QGroupBox" name="groupBox_3">
6565
<property name="title">
66-
<string>Scene settings</string>
66+
<string>Scene Settings</string>
6767
</property>
6868
<layout class="QVBoxLayout" name="verticalLayout_5">
6969
<item>
@@ -79,7 +79,7 @@
7979
<item>
8080
<widget class="QGroupBox" name="groupBox_4">
8181
<property name="title">
82-
<string>Camera pose</string>
82+
<string>Camera Pose</string>
8383
</property>
8484
<layout class="QGridLayout" name="gridLayout_3">
8585
<item row="1" column="1">

0 commit comments

Comments
 (0)