Skip to content

Commit

Permalink
Use correct capitalization for HTML string
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 1, 2023
1 parent 32a84b1 commit c78c009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterdataprovider.cpp
Expand Up @@ -485,7 +485,7 @@ QString QgsRasterDataProvider::identifyFormatLabel( Qgis::RasterIdentifyFormat f
case Qgis::RasterIdentifyFormat::Text:
return tr( "Text" );
case Qgis::RasterIdentifyFormat::Html:
return tr( "Html" );
return tr( "HTML" );
case Qgis::RasterIdentifyFormat::Feature:
return tr( "Feature" );
case Qgis::RasterIdentifyFormat::Undefined:
Expand Down

0 comments on commit c78c009

Please sign in to comment.