Skip to content

Commit

Permalink
another typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Oct 4, 2014
1 parent 7960dc2 commit 70604b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/GetScriptsAndModels.py
Expand Up @@ -131,7 +131,7 @@ def populateTree(self):
self.uptodateItem = QTreeWidgetItem()
self.uptodateItem.setText(0, self.tr('Installed'))
self.toupdateItem = QTreeWidgetItem()
self.toupdateItem.setText(0, self.tr('Upgradable'))
self.toupdateItem.setText(0, self.tr('Updatable'))
self.notinstalledItem = QTreeWidgetItem()
self.notinstalledItem.setText(0, self.tr('Not installed'))
self.toupdateItem.setIcon(0, self.icon)
Expand Down

0 comments on commit 70604b9

Please sign in to comment.