From 5c69f2c3244b7687d1deec9c6330629a035f936e Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Sat, 23 Jan 2021 14:48:29 +0100 Subject: [PATCH] Correct browse help link --- qt/aqt/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/browser.py b/qt/aqt/browser.py index 10cd150dc..81a50ae4e 100644 --- a/qt/aqt/browser.py +++ b/qt/aqt/browser.py @@ -1305,7 +1305,7 @@ where id in %s""" current=current, accept=tr(TR.BROWSING_MOVE_CARDS), title=tr(TR.BROWSING_CHANGE_DECK), - help="browse", + help="browsing", parent=self, ) if not ret.name: