Skip to content

Commit

Permalink
fix translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 1, 2015
1 parent b8e7523 commit 5e3136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/grass/qgsgrassvectormaplayer.cpp
Expand Up @@ -847,7 +847,7 @@ void QgsGrassVectorMapLayer::updateAttributes( int cat, const QgsFeature &featur

if ( !mHasTable )
{
error = tr( "Table does not exit" );
error = tr( "Table does not exist" );
return;
}
if ( !feature.isValid() || !feature.fields() )
Expand Down

0 comments on commit 5e3136d

Please sign in to comment.