Skip to content

Commit 2712fc8

Browse files
nyalldawsonluipir
andauthoredFeb 8, 2019
better English formed message
Co-Authored-By: luipir <luipir@gmail.com>
1 parent a71d937 commit 2712fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsmaplayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ void QgsMapLayer::exportSldStyle( QDomDocument &doc, QString &errorMsg ) const
13971397
if ( !vlayer && !rlayer )
13981398
{
13991399
errorMsg = tr( "Could not save symbology because:\n%1" )
1400-
.arg( tr( "Non vector or raster layers are supported yet" ) );
1400+
.arg( tr( "Only vector and raster layers are supported" ) );
14011401
return;
14021402
}
14031403

0 commit comments

Comments
 (0)
Please sign in to comment.