Skip to content

Commit 797abbd

Browse files
committed
[needs-docs] Rename 'Parameters:' ellipsoid option to 'Custom'
To better respect UI standards
1 parent 24c990f commit 797abbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/qgsprojectproperties.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ void QgsProjectProperties::populateEllipsoidList()
18741874
mEllipsoidList.append( myItem );
18751875

18761876
myItem.acronym = QStringLiteral( "PARAMETER:6370997:6370997" );
1877-
myItem.description = tr( "Parameters:" );
1877+
myItem.description = tr( "Custom" );
18781878
myItem.semiMajor = 6370997.0;
18791879
myItem.semiMinor = 6370997.0;
18801880
mEllipsoidList.append( myItem );
@@ -1977,8 +1977,8 @@ void QgsProjectProperties::updateEllipsoidUI( int newIndex )
19771977
}
19781978
else
19791979
{
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" ) ) );
19821982
}
19831983
if ( mEllipsoidList[ mEllipsoidIndex ].acronym != GEO_NONE )
19841984
{

0 commit comments

Comments
 (0)