Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 25, 2017
1 parent f121286 commit fc0bd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsuserprofile.cpp
Expand Up @@ -92,7 +92,7 @@ QgsError QgsUserProfile::setAlias( const QString &alias )

if ( !qgisPrivateDbFile.exists() )
{
error.append( QObject::tr( "qgis.db doesn't exist in the uers profile folder" ) );
error.append( QObject::tr( "qgis.db doesn't exist in the user's profile folder" ) );
return error;
}

Expand Down

0 comments on commit fc0bd62

Please sign in to comment.