Skip to content

Commit 099e0b9

Browse files
committed
Merge pull request #1742 from anitagraser/patch-6
small grammar fix
2 parents 028fd04 + 09400d1 commit 099e0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/db_manager/db_plugins/info_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def spatialInfo(self):
400400

401401
# is there an entry in geometry_columns?
402402
if self.table.geomType.lower() == 'geometry':
403-
ret.append( HtmlParagraph( QApplication.translate("DBManagerPlugin", "<warning> There isn't entry in geometry_columns!") ) )
403+
ret.append( HtmlParagraph( QApplication.translate("DBManagerPlugin", "<warning> There is no entry in geometry_columns!") ) )
404404

405405
# find out whether the geometry column has spatial index on it
406406
if not self.table.isView:

0 commit comments

Comments
 (0)