fix translation string

This commit is contained in:
Juergen E. Fischer 2015-10-02 01:06:59 +02:00
parent b8e75232e8
commit 5e3136d205

View File

@ -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() )