From 94846dc4e30bc17768aa775f18e43340301d3a60 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 16 Feb 2022 10:23:57 +1000 Subject: [PATCH] add label to learning column in deck browser 'Learn' rather than 'Learning' to reduce the width of the column. Closes #1634 --- qt/aqt/deckbrowser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt/aqt/deckbrowser.py b/qt/aqt/deckbrowser.py index ebf413878..5e109eccd 100644 --- a/qt/aqt/deckbrowser.py +++ b/qt/aqt/deckbrowser.py @@ -178,11 +178,12 @@ class DeckBrowser: buf = """ {} {} - +{} {} """.format( tr.decks_deck(), tr.actions_new(), + tr.card_stats_review_log_type_learn(), tr.statistics_due_count(), ) buf += self._topLevelDragRow()