We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 028fd04 commit 09400d1Copy full SHA for 09400d1
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