mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
fix translation string
This commit is contained in:
parent
b8e75232e8
commit
5e3136d205
@ -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() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user