mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05: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)")
|
"(text is typed in here)")
|
||||||
else:
|
else:
|
||||||
repl = _("(typing comparison appears here)")
|
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)
|
return re.sub("\[\[type:.+?\]\]", repl, txt)
|
||||||
|
|
||||||
# Card operations
|
# Card operations
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue