Skip to content

Commit 0d54cac

Browse files
authoredMay 18, 2020
Merge pull request #36510 from sshuair/master
fix processing tool box `BarPlot.py` translate text spell error
2 parents 6f86c4b + b32d68e commit 0d54cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/qgis/BarPlot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class BarPlot(QgisAlgorithm):
4141
VALUE_FIELD = 'VALUE_FIELD'
4242

4343
def group(self):
44-
return self.tr('Plots}')
44+
return self.tr('Plots')
4545

4646
def groupId(self):
4747
return 'plots'

0 commit comments

Comments
 (0)
Please sign in to comment.