UI/SearchWidget.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3366
6084bb3c3911
equal deleted inserted replaced
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))

eric ide

mercurial