Skip to content

Commit

Permalink
removed remaining GEA names shown to user
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli committed Dec 3, 2024
1 parent 2b44918 commit bcc1e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"tags": ["epal", "maps", "afforestation"],
"category": ["plugins"],
"hasProcessingProvider": "no",
"about": "Adds functionality inside QGIS to enable GEA afforestation visualization and analysis.",
"about": "Adds functionality inside QGIS to enable EPAL afforestation visualization and analysis.",
"author": "Kartoza",
"email": "[email protected]",
"description": "View, browse and navigate through imagery.",
Expand Down
2 changes: 1 addition & 1 deletion src/qgis_gea_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/***************************************************************************
QgisGea
A QGIS plugin that enables usage of the GEA afforestation data visualization.
A QGIS plugin that enables usage of the EPAL afforestation data visualization.
-------------------
begin : 2024-06-27
copyright : (C) 2024 by Kartoza
Expand Down
2 changes: 1 addition & 1 deletion src/qgis_gea_plugin/gui/attribute_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def accept(self):
if fields.indexFromName(field) != -1:
reply = QtWidgets.QMessageBox.warning(
self,
tr("QGIS GEA PLUGIN"),
tr("QGIS EPAL PLUGIN"),
tr('Field "{}" already exists in the layer.'
'Do you want to proceed and overwrite it?').
format(field),
Expand Down

0 comments on commit bcc1e78

Please sign in to comment.