diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ec2513433..bbe796da3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -72,6 +72,7 @@ ianki rye761 Guillem Palau SalvĂ  Meredith Derecho +Daniel Wallgren ******************** The text of the 3 clause BSD license follows: diff --git a/qt/aqt/addcards.py b/qt/aqt/addcards.py index d6f093b4f..8d6dcaa57 100644 --- a/qt/aqt/addcards.py +++ b/qt/aqt/addcards.py @@ -170,7 +170,7 @@ class AddCards(QDialog): problem = tr(TR.ADDING_THE_FIRST_FIELD_IS_EMPTY) problem = gui_hooks.add_cards_will_add_note(problem, note) if problem is not None: - showWarning(problem, help="AddItems#AddError") + showWarning(problem, help="editing?id=adding-cards-and-notes") return None if note.model()["type"] == MODEL_CLOZE: if not note.cloze_numbers_in_fields():