Skip to content

Commit d32f334

Browse files
committed
Fix typo
1 parent 6415a75 commit d32f334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/db_manager/db_plugins/oracle/info_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ def spatialInfo(self):
658658
HtmlParagraph(
659659
QApplication.translate(
660660
"DBManagerPlugin",
661-
"<warning> There isn't entry in geometry_columns!")))
661+
"<warning> There is no entry in geometry_columns!")))
662662

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

0 commit comments

Comments
 (0)