diff --git a/qt/aqt/modelchooser.py b/qt/aqt/modelchooser.py index ea63e6d60..a4ab97eca 100644 --- a/qt/aqt/modelchooser.py +++ b/qt/aqt/modelchooser.py @@ -82,7 +82,7 @@ class ModelChooser(QHBoxLayout): names=nameFunc, accept=tr(TR.ACTIONS_CHOOSE), title=tr(TR.QT_MISC_CHOOSE_NOTE_TYPE), - help="_notes", + help="getting-started?id=note-types", current=current, parent=self.widget, buttons=[edit],