Skip to content

Commit 07f21df

Browse files
committedJun 21, 2014
fix #6204
1 parent e3250c1 commit 07f21df

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
@@ -945,7 +945,7 @@ QString QgsMapLayer::loadNamedStyle( const QString &theURI, bool &theResultFlag
945945
}
946946
else
947947
{
948-
myErrorMessage = tr( "style not found in database" );
948+
myErrorMessage = tr( "Style not found in database" );
949949
}
950950
}
951951

0 commit comments

Comments
 (0)
Please sign in to comment.