Skip to content

Commit

Permalink
Merge pull request #36510 from sshuair/master
Browse files Browse the repository at this point in the history
fix processing tool box `BarPlot.py` translate text spell error
  • Loading branch information
alexbruy committed May 18, 2020
2 parents 6f86c4b + b32d68e commit 0d54cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/BarPlot.py
Expand Up @@ -41,7 +41,7 @@ class BarPlot(QgisAlgorithm):
VALUE_FIELD = 'VALUE_FIELD'

def group(self):
return self.tr('Plots}')
return self.tr('Plots')

def groupId(self):
return 'plots'
Expand Down

0 comments on commit 0d54cac

Please sign in to comment.