diff --git a/ee_plugin/ee_plugin.py b/ee_plugin/ee_plugin.py index 2ed539e..5899e40 100644 --- a/ee_plugin/ee_plugin.py +++ b/ee_plugin/ee_plugin.py @@ -121,7 +121,7 @@ def initGui(self): add_gee_layer_action = QtWidgets.QAction( icon=icon("add-layer.svg"), - text=self.tr("Add GEE Dataset"), + text=self.tr("Add GEE Image"), parent=self.iface.mainWindow(), triggered=add_gee_layer_dialog, )