Skip to content

Commit

Permalink
fix #6204
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 21, 2014
1 parent e3250c1 commit 07f21df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaplayer.cpp
Expand Up @@ -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" );
}
}

Expand Down

0 comments on commit 07f21df

Please sign in to comment.