File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1874,7 +1874,7 @@ void QgsProjectProperties::populateEllipsoidList()
1874
1874
mEllipsoidList .append ( myItem );
1875
1875
1876
1876
myItem.acronym = QStringLiteral ( " PARAMETER:6370997:6370997" );
1877
- myItem.description = tr ( " Parameters: " );
1877
+ myItem.description = tr ( " Custom " );
1878
1878
myItem.semiMajor = 6370997.0 ;
1879
1879
myItem.semiMinor = 6370997.0 ;
1880
1880
mEllipsoidList .append ( myItem );
@@ -1977,8 +1977,8 @@ void QgsProjectProperties::updateEllipsoidUI( int newIndex )
1977
1977
}
1978
1978
else
1979
1979
{
1980
- leSemiMajor->setToolTip ( tr ( " Select %1 from pull-down menu to adjust radii" ).arg ( tr ( " Parameters: " ) ) );
1981
- leSemiMinor->setToolTip ( tr ( " Select %1 from pull-down menu to adjust radii" ).arg ( tr ( " Parameters: " ) ) );
1980
+ leSemiMajor->setToolTip ( tr ( " Select %1 from pull-down menu to adjust radii" ).arg ( tr ( " Custom " ) ) );
1981
+ leSemiMinor->setToolTip ( tr ( " Select %1 from pull-down menu to adjust radii" ).arg ( tr ( " Custom " ) ) );
1982
1982
}
1983
1983
if ( mEllipsoidList [ mEllipsoidIndex ].acronym != GEO_NONE )
1984
1984
{
You can’t perform that action at this time.
0 commit comments