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
@ -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 New Issue
Block a user