better English formed message

Co-Authored-By: luipir <luipir@gmail.com>
This commit is contained in:
Nyall Dawson 2019-02-08 09:45:17 +01:00 committed by GitHub
parent a71d937b20
commit 2712fc80f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1397,7 +1397,7 @@ void QgsMapLayer::exportSldStyle( QDomDocument &doc, QString &errorMsg ) const
if ( !vlayer && !rlayer )
{
errorMsg = tr( "Could not save symbology because:\n%1" )
.arg( tr( "Non vector or raster layers are supported yet" ) );
.arg( tr( "Only vector and raster layers are supported" ) );
return;
}