Skip to content

Commit

Permalink
missed a string in 6c3141b
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 9, 2015
1 parent 6c3141b commit 70e35ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/ProcessingToolbox.py
Expand Up @@ -300,7 +300,7 @@ def fillTreeUsingCategories(self):

if len(groups) > 0:
mainItem = QTreeWidgetItem()
mainItem.setText(0, 'Geoalgorithms')
mainItem.setText(0, self.tr('Geoalgorithms'))
mainItem.setIcon(0, GeoAlgorithm.getDefaultIcon())
mainItem.setToolTip(0, mainItem.text(0))
for (groupname, group) in groups.items():
Expand Down

0 comments on commit 70e35ff

Please sign in to comment.