Skip to content

Commit

Permalink
Minor typo corrected
Browse files Browse the repository at this point in the history
Line 1768 : "some parameter value" should probably be plural: "some parameter values", otherwise better to change "some" to "a"
  • Loading branch information
DiGro authored and nyalldawson committed May 15, 2020
1 parent b665a46 commit fb1688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -1765,7 +1765,7 @@ void QgsWmsProvider::parseServiceException( QDomElement const &e, QString &error
if ( locator == QLatin1String( "time" ) )
errorText = tr( "Request contains a time value that does not match any available layer in the server." );
else
errorText = tr( "Request contains some parameter value that does not match any available layer in the server" );
errorText = tr( "Request contains some parameter values that does not match any available layer in the server" );
}
else if ( seCode.isEmpty() )
{
Expand Down

0 comments on commit fb1688e

Please sign in to comment.