mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 15:47:12 -05:00
tweak wording & sizes
This commit is contained in:
parent
5c45ea2600
commit
16413c0b3b
2 changed files with 3 additions and 3 deletions
|
|
@ -1641,8 +1641,8 @@ day = :d""", d=yesterday)
|
|||
</table>""") % h
|
||||
|
||||
stats2 = ("""\
|
||||
<table width=120>
|
||||
<tr><td>%(rd_header)s</td><td align=right><b>%(ret)s</b></td></tr>
|
||||
<table>
|
||||
<tr><td width=180>%(rd_header)s</td><td align=right><b>%(ret)s</b></td></tr>
|
||||
<tr><td>%(ntod_header)s</td><td align=right><b>%(new)s</b></td></tr>
|
||||
<tr><td>%(ntot_header)s</td><td align=right>%(newof)s</td></tr>
|
||||
</table>""") % h
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<item>
|
||||
<widget class="QCheckBox" name="activeCheck">
|
||||
<property name="text">
|
||||
<string>Show only cards with these tags:</string>
|
||||
<string>Show only cards with selected tags:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Reference in a new issue