From 5e3136d205c32a65349a4ebff4c29ff7de5fba96 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Fri, 2 Oct 2015 01:06:59 +0200 Subject: [PATCH] fix translation string --- src/providers/grass/qgsgrassvectormaplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/grass/qgsgrassvectormaplayer.cpp b/src/providers/grass/qgsgrassvectormaplayer.cpp index a56672fdd54..2a7a87b9770 100644 --- a/src/providers/grass/qgsgrassvectormaplayer.cpp +++ b/src/providers/grass/qgsgrassvectormaplayer.cpp @@ -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() )