3189:9a21c547de5f | 3190:a9a94491c4fd |
---|---|
173 if found: | 173 if found: |
174 self.statusLabel.clear() | 174 self.statusLabel.clear() |
175 else: | 175 else: |
176 txt = self.findtextCombo.currentText() | 176 txt = self.findtextCombo.currentText() |
177 self.statusLabel.setText( | 177 self.statusLabel.setText( |
178 self.trUtf8("'{0}' was not found.").format(txt)) | 178 self.tr("'{0}' was not found.").format(txt)) |