mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-05 00:05:32 -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 )
|
if ( !vlayer && !rlayer )
|
||||||
{
|
{
|
||||||
errorMsg = tr( "Could not save symbology because:\n%1" )
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user