Skip to content

Commit

Permalink
Rename tab to 'User Defined CRS'
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 14, 2022
1 parent e8f427a commit 7cca797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/options/qgscustomprojectionoptions.cpp
Expand Up @@ -418,7 +418,7 @@ QString QgsCustomProjectionOptionsWidget::helpKey() const
// QgsCustomProjectionOptionsFactory
//
QgsCustomProjectionOptionsFactory::QgsCustomProjectionOptionsFactory()
: QgsOptionsWidgetFactory( tr( "Custom Projections" ), QIcon() )
: QgsOptionsWidgetFactory( tr( "User Defined CRS" ), QIcon() )
{

}
Expand Down

0 comments on commit 7cca797

Please sign in to comment.