From 76b796b4916d4ee23dff1a50105cdf1a6635b388 Mon Sep 17 00:00:00 2001 From: matteo Date: Tue, 20 Dec 2016 11:20:29 +0100 Subject: [PATCH] [Processing] fix parameter to open the Retile algorithm --- 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 627bbfed0fb..f1b042f0c7e 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') % len(self.selectedoptions)) + self.tr('%d elements selected') % self.selectedoptions) def showSelectionDialog(self): if self.datatype is None: