mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
"typing comparison" needs to be centered
This commit is contained in:
parent
88e7209a12
commit
584b23cdcd
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ Please create a new card type first."""))
|
|||
"(text is typed in here)")
|
||||
else:
|
||||
repl = _("(typing comparison appears here)")
|
||||
repl = "<font size=2>%s</font>" % repl
|
||||
repl = "<center><font size=2>%s</font></center>" % repl
|
||||
return re.sub("\[\[type:.+?\]\]", repl, txt)
|
||||
|
||||
# Card operations
|
||||
|
|
Loading…
Reference in a new issue