Skip to content

Commit

Permalink
Update src/providers/wms/qgswmsprovider.cpp
Browse files Browse the repository at this point in the history
Also changed "does" to "do" since all should be plural.

Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
2 people authored and nyalldawson committed May 15, 2020
1 parent fb1688e commit c917882
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 values that does not match any available layer in the server" );
errorText = tr( "Request contains some parameter values that do not match any available layer in the server" );
}
else if ( seCode.isEmpty() )
{
Expand Down

0 comments on commit c917882

Please sign in to comment.