Skip to content

Commit 76b796b

Browse files
ghtmttm-kuhn
authored andcommitted
[Processing] fix parameter to open the Retile algorithm
1 parent c365439 commit 76b796b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/gui/MultipleInputPanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def setSelectedItems(self, selected):
6060
# No checking is performed!
6161
self.selectedoptions = selected
6262
self.leText.setText(
63-
self.tr('%d elements selected') % len(self.selectedoptions))
63+
self.tr('%d elements selected') % self.selectedoptions)
6464

6565
def showSelectionDialog(self):
6666
if self.datatype is None:

0 commit comments

Comments
 (0)