Skip to content

Commit

Permalink
better English formed message
Browse files Browse the repository at this point in the history
Co-Authored-By: luipir <luipir@gmail.com>
  • Loading branch information
nyalldawson and luipir committed Feb 12, 2019
1 parent 6ea9ff0 commit 4d5062a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaplayer.cpp
Expand Up @@ -1403,7 +1403,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;
}

Expand Down

0 comments on commit 4d5062a

Please sign in to comment.