Show more verbose error message (ticket #7095)

This commit is contained in:
Marco Hugentobler 2013-02-04 21:27:22 +01:00
parent 0995c0fa9f
commit 2c980d2596

View File

@ -208,7 +208,7 @@ void QgsWFSCapabilities::capabilitiesReplyFinished()
if ( version != "1.0.0" && version != "1.0" )
{
mErrorCode = WFSVersionNotSupported;
mErrorMessage = tr( "The WFS server does not support WFS version 1.0" );
mErrorMessage = tr( "Either the WFS server does not support WFS version 1.0.0 or the WFS url is wrong" );
emit gotCapabilities();
return;
}