Skip to content
Permalink
Browse files
fix #6204
  • Loading branch information
jef-n committed Jun 21, 2014
1 parent e3250c1 commit 07f21df
Showing 1 changed file with 1 addition and 1 deletion.
@@ -945,7 +945,7 @@ QString QgsMapLayer::loadNamedStyle( const QString &theURI, bool &theResultFlag
}
else
{
myErrorMessage = tr( "style not found in database" );
myErrorMessage = tr( "Style not found in database" );
}
}

0 comments on commit 07f21df

Please sign in to comment.