Skip to content

Commit

Permalink
small grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anitagraser committed Dec 21, 2014
1 parent 028fd04 commit 09400d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/info_model.py
Expand Up @@ -400,7 +400,7 @@ def spatialInfo(self):

# is there an entry in geometry_columns?
if self.table.geomType.lower() == 'geometry':
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!") ) )

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

0 comments on commit 09400d1

Please sign in to comment.