File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1345,7 +1345,7 @@ void QgsProjectProperties::populateEllipsoidList()
1345
1345
mEllipsoidList .append ( myItem );
1346
1346
1347
1347
myItem.acronym = QString ( " PARAMETER:6370997:6370997" );
1348
- myItem.description = tr ( " Parameters :" );
1348
+ myItem.description = tr ( " Parameters:" );
1349
1349
myItem.semiMajor = 6370997.0 ;
1350
1350
myItem.semiMinor = 6370997.0 ;
1351
1351
mEllipsoidList .append ( myItem );
@@ -1449,8 +1449,8 @@ void QgsProjectProperties::updateEllipsoidUI( int newIndex )
1449
1449
}
1450
1450
else
1451
1451
{
1452
- leSemiMajor->setToolTip ( QString ( " Select %1 from pull-down menu to adjust radii" ).arg ( tr ( " Parameters:" ) ) );
1453
- leSemiMinor->setToolTip ( QString ( " Select %1 from pull-down menu to adjust radii" ).arg ( tr ( " Parameters:" ) ) );
1452
+ leSemiMajor->setToolTip ( tr ( " Select %1 from pull-down menu to adjust radii" ).arg ( tr ( " Parameters:" ) ) );
1453
+ leSemiMinor->setToolTip ( tr ( " Select %1 from pull-down menu to adjust radii" ).arg ( tr ( " Parameters:" ) ) );
1454
1454
}
1455
1455
cmbEllipsoid->setCurrentIndex ( mEllipsoidIndex ); // Not always necessary
1456
1456
if ( mEllipsoidList [ mEllipsoidIndex ].acronym != GEO_NONE )
You can’t perform that action at this time.
0 commit comments