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
|
</table>""") % h
|
||||||
|
|
||||||
stats2 = ("""\
|
stats2 = ("""\
|
||||||
<table width=120>
|
<table>
|
||||||
<tr><td>%(rd_header)s</td><td align=right><b>%(ret)s</b></td></tr>
|
<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>%(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>
|
<tr><td>%(ntot_header)s</td><td align=right>%(newof)s</td></tr>
|
||||||
</table>""") % h
|
</table>""") % h
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="activeCheck">
|
<widget class="QCheckBox" name="activeCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show only cards with these tags:</string>
|
<string>Show only cards with selected tags:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue