mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-23 00:05:43 -04:00
better English formed message
Co-Authored-By: luipir <luipir@gmail.com>
This commit is contained in:
parent
a71d937b20
commit
2712fc80f8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user