Skip to content

Commit

Permalink
[Processing] fix parameter to open the Retile algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and m-kuhn committed Dec 20, 2016
1 parent c365439 commit 76b796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/MultipleInputPanel.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def setSelectedItems(self, selected):
# No checking is performed! # No checking is performed!
self.selectedoptions = selected self.selectedoptions = selected
self.leText.setText( self.leText.setText(
self.tr('%d elements selected') % len(self.selectedoptions)) self.tr('%d elements selected') % self.selectedoptions)


def showSelectionDialog(self): def showSelectionDialog(self):
if self.datatype is None: if self.datatype is None:
Expand Down

0 comments on commit 76b796b

Please sign in to comment.