Skip to content

Commit

Permalink
Capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 23, 2018
1 parent 0731148 commit 561d59b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/layout/qgslayoutmapwidget.cpp
Expand Up @@ -157,7 +157,7 @@ QgsLayoutMapWidget::QgsLayoutMapWidget( QgsLayoutItemMap *item )

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

Expand Down
4 changes: 2 additions & 2 deletions src/ui/layout/qgslayout3dmapwidgetbase.ui
Expand Up @@ -63,7 +63,7 @@
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Scene settings</string>
<string>Scene Settings</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
Expand All @@ -79,7 +79,7 @@
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Camera pose</string>
<string>Camera Pose</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="1">
Expand Down

0 comments on commit 561d59b

Please sign in to comment.