Skip to content

Commit c917882

Browse files
DiGrom-kuhn
authored andcommittedMay 15, 2020
Update src/providers/wms/qgswmsprovider.cpp
Also changed "does" to "do" since all should be plural. Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
1 parent fb1688e commit c917882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/wms/qgswmsprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ void QgsWmsProvider::parseServiceException( QDomElement const &e, QString &error
17651765
if ( locator == QLatin1String( "time" ) )
17661766
errorText = tr( "Request contains a time value that does not match any available layer in the server." );
17671767
else
1768-
errorText = tr( "Request contains some parameter values that does not match any available layer in the server" );
1768+
errorText = tr( "Request contains some parameter values that do not match any available layer in the server" );
17691769
}
17701770
else if ( seCode.isEmpty() )
17711771
{

0 commit comments

Comments
 (0)
Please sign in to comment.