mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
add label to learning column in deck browser
'Learn' rather than 'Learning' to reduce the width of the column. Closes #1634
This commit is contained in:
parent
91e8f73b69
commit
94846dc4e3
1 changed files with 2 additions and 1 deletions
|
@ -178,11 +178,12 @@ class DeckBrowser:
|
|||
buf = """
|
||||
<tr><th colspan=5 align=start>{}</th>
|
||||
<th class=count>{}</th>
|
||||
<th class=count></th>
|
||||
<th class=count>{}</th>
|
||||
<th class=count>{}</th>
|
||||
<th class=optscol></th></tr>""".format(
|
||||
tr.decks_deck(),
|
||||
tr.actions_new(),
|
||||
tr.card_stats_review_log_type_learn(),
|
||||
tr.statistics_due_count(),
|
||||
)
|
||||
buf += self._topLevelDragRow()
|
||||
|
|
Loading…
Reference in a new issue