mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
missed a string in 6c3141b
This commit is contained in:
parent
6c3141b605
commit
70e35ff24c
@ -300,7 +300,7 @@ class ProcessingToolbox(BASE, WIDGET):
|
||||
|
||||
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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user