We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 028fd04 + 09400d1 commit 099e0b9Copy full SHA for 099e0b9
python/plugins/db_manager/db_plugins/info_model.py
@@ -400,7 +400,7 @@ def spatialInfo(self):
400
401
# is there an entry in geometry_columns?
402
if self.table.geomType.lower() == 'geometry':
403
- ret.append( HtmlParagraph( QApplication.translate("DBManagerPlugin", "<warning> There isn't entry in geometry_columns!") ) )
+ ret.append( HtmlParagraph( QApplication.translate("DBManagerPlugin", "<warning> There is no entry in geometry_columns!") ) )
404
405
# find out whether the geometry column has spatial index on it
406
if not self.table.isView:
0 commit comments