From 70604b92c71f42f350f8891655ac293412a123a0 Mon Sep 17 00:00:00 2001 From: Werner Macho Date: Sat, 4 Oct 2014 16:36:54 +0200 Subject: [PATCH] another typo fix --- python/plugins/processing/gui/GetScriptsAndModels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/gui/GetScriptsAndModels.py b/python/plugins/processing/gui/GetScriptsAndModels.py index 2ee10611283..12e361455e2 100644 --- a/python/plugins/processing/gui/GetScriptsAndModels.py +++ b/python/plugins/processing/gui/GetScriptsAndModels.py @@ -131,7 +131,7 @@ class GetScriptsAndModelsDialog(QDialog, Ui_DlgGetScriptsAndModels): 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)