File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ QgsLayoutMapWidget::QgsLayoutMapWidget( QgsLayoutItemMap *item )
157
157
158
158
void QgsLayoutMapWidget::setReportTypeString ( const QString &string )
159
159
{
160
- mAtlasCheckBox ->setTitle ( tr ( " Controlled by %1" ).arg ( string ) );
160
+ mAtlasCheckBox ->setTitle ( tr ( " Controlled by %1" ).arg ( string == tr ( " atlas " ) ? tr ( " Atlas " ) : tr ( " Report " ) ) );
161
161
mAtlasPredefinedScaleRadio ->setToolTip ( tr ( " Use one of the predefined scales of the project where the %1 feature best fits." ).arg ( string ) );
162
162
}
163
163
Original file line number Diff line number Diff line change 63
63
<item >
64
64
<widget class =" QGroupBox" name =" groupBox_3" >
65
65
<property name =" title" >
66
- <string >Scene settings </string >
66
+ <string >Scene Settings </string >
67
67
</property >
68
68
<layout class =" QVBoxLayout" name =" verticalLayout_5" >
69
69
<item >
79
79
<item >
80
80
<widget class =" QGroupBox" name =" groupBox_4" >
81
81
<property name =" title" >
82
- <string >Camera pose </string >
82
+ <string >Camera Pose </string >
83
83
</property >
84
84
<layout class =" QGridLayout" name =" gridLayout_3" >
85
85
<item row =" 1" column =" 1" >
You can’t perform that action at this time.
0 commit comments