Skip to content

Commit 5e3136d

Browse files
committed
fix translation string
1 parent b8e7523 commit 5e3136d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/grass/qgsgrassvectormaplayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ void QgsGrassVectorMapLayer::updateAttributes( int cat, const QgsFeature &featur
847847

848848
if ( !mHasTable )
849849
{
850-
error = tr( "Table does not exit" );
850+
error = tr( "Table does not exist" );
851851
return;
852852
}
853853
if ( !feature.isValid() || !feature.fields() )

0 commit comments

Comments
 (0)