"typing comparison" needs to be centered

This commit is contained in:
Damien Elmes 2012-05-21 12:50:05 +09:00
parent 88e7209a12
commit 584b23cdcd

View file

@ -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