Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
m-kuhn committed Aug 12, 2015
1 parent 6415a75 commit d32f334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/oracle/info_model.py
Expand Up @@ -658,7 +658,7 @@ def spatialInfo(self):
HtmlParagraph(
QApplication.translate(
"DBManagerPlugin",
"<warning> There isn't entry in geometry_columns!")))
"<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 d32f334

Please sign in to comment.