Skip to content

Commit

Permalink
Update kwg_geoenrichment.py
Browse files Browse the repository at this point in the history
Update kwg_geoenrichment.py
  • Loading branch information
rushirajnenuji committed Jul 22, 2022
1 parent f4747e6 commit 21f9d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kwg_geoenrichment/kwg_geoenrichment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,8 +1018,8 @@ def displayButtonHelp(self, isGDB=False, isNonNumeric=False):
msg = QMessageBox()
msg.setIcon(QMessageBox.Warning)
if isGDB:
msg.setWindowTitle("Geodatabase Open error!")
msg.setText("Can't open a geo-database!")
msg.setWindowTitle("Geopackage Open error!")
msg.setText("Can't open a geopackage!")
msg.setInformativeText("This feature is still under development.")
elif isNonNumeric:
msg.setWindowTitle("Merge rule error!")
Expand Down

0 comments on commit 21f9d8c

Please sign in to comment.