mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
regexp>regular expression
This commit is contained in:
parent
b08360ddc6
commit
804413604c
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ where id in %s""" % ids2str(sf))
|
|||
frm.type.currentIndex(),
|
||||
frm.re.isChecked())
|
||||
except sre_constants.error:
|
||||
ui.utils.showInfo(_("Invalid regexp."),
|
||||
ui.utils.showInfo(_("Invalid regular expression."),
|
||||
parent=self)
|
||||
self.deck.setUndoEnd(n)
|
||||
self.deck.finishProgress()
|
||||
|
|
Loading…
Reference in a new issue