diff --git a/aqt/clayout.py b/aqt/clayout.py index 70ad35549..b47b240e8 100644 --- a/aqt/clayout.py +++ b/aqt/clayout.py @@ -222,11 +222,10 @@ Please create a new card type first.""")) def maybeTextInput(self, txt, type='q'): if type == 'q': - repl = "
" % _( - "(text is typed in here)") + repl = "
" else: repl = _("(typing comparison appears here)") - repl = "
%s
" % repl + repl = "
%s
" % repl return re.sub("\[\[type:.+?\]\]", repl, txt) # Card operations