From d129f8a7abb140b7525ffc1456bc7dcf503fa637 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Tue, 20 Dec 2016 13:44:30 +0100 Subject: [PATCH] Revert "[Processing] fix parameter to open the Retile algorithm" This reverts commit 76b796b4916d4ee23dff1a50105cdf1a6635b388. --- python/plugins/processing/gui/MultipleInputPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/gui/MultipleInputPanel.py b/python/plugins/processing/gui/MultipleInputPanel.py index f1b042f0c7e..627bbfed0fb 100644 --- a/python/plugins/processing/gui/MultipleInputPanel.py +++ b/python/plugins/processing/gui/MultipleInputPanel.py @@ -60,7 +60,7 @@ class MultipleInputPanel(BASE, WIDGET): # No checking is performed! self.selectedoptions = selected self.leText.setText( - self.tr('%d elements selected') % self.selectedoptions) + self.tr('%d elements selected') % len(self.selectedoptions)) def showSelectionDialog(self): if self.datatype is None: