Skip to content

Commit

Permalink
Update src/providers/wms/qgswmssourceselect.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 8, 2022
1 parent 0fbc7cc commit e98ab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmssourceselect.cpp
Expand Up @@ -1320,7 +1320,7 @@ void QgsWMSSourceSelect::showHelp()

QgsWmsInterpretationComboBox::QgsWmsInterpretationComboBox( QWidget *parent ): QComboBox( parent )
{
addItem( tr( "default" ), QString() );
addItem( tr( "Default" ), QString() );
addItem( QgsWmsInterpretationConverterMapTilerTerrainRGB::displayName(), QgsWmsInterpretationConverterMapTilerTerrainRGB::interpretationKey() );
}

Expand Down

0 comments on commit e98ab3f

Please sign in to comment.