mirror of
https://github.com/ankitects/anki.git
synced 2025-12-31 07:43:02 -05:00
replace broken link
This commit is contained in:
parent
3bbe3e89c9
commit
d35c37b458
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class ModelChooser(QHBoxLayout):
|
||||||
names=nameFunc,
|
names=nameFunc,
|
||||||
accept=tr(TR.ACTIONS_CHOOSE),
|
accept=tr(TR.ACTIONS_CHOOSE),
|
||||||
title=tr(TR.QT_MISC_CHOOSE_NOTE_TYPE),
|
title=tr(TR.QT_MISC_CHOOSE_NOTE_TYPE),
|
||||||
help="_notes",
|
help="getting-started?id=note-types",
|
||||||
current=current,
|
current=current,
|
||||||
parent=self.widget,
|
parent=self.widget,
|
||||||
buttons=[edit],
|
buttons=[edit],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue