[Processing] fix parameter to open the Retile algorithm

This commit is contained in:
matteo 2016-12-20 11:20:29 +01:00 committed by Matthias Kuhn
parent c365439140
commit 76b796b491

View File

@ -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: