Skip to content

Commit

Permalink
fix parameter label
Browse files Browse the repository at this point in the history
  • Loading branch information
lpofredc committed Sep 26, 2024
1 parent ec28b6c commit 74576ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_qgis_lpo/processing/processing_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def initAlgorithm(self, _config: None) -> None: # noqa N802

monthes = QgsProcessingParameterEnum(
self.MONTHES,
self.tr("Mois de début"),
self.tr("Sélection des mois"),
self._months_names_variables,
allowMultiple=True,
optional=True,
Expand Down

0 comments on commit 74576ea

Please sign in to comment.