diff --git a/aqt/errors.py b/aqt/errors.py index d54b24b93..7a3d7ece9 100644 --- a/aqt/errors.py +++ b/aqt/errors.py @@ -63,7 +63,9 @@ or your deck may have a problem.
If that doesn't fix the problem, please copy the following
into a bug report:""")
pluginText = _("""\
-An error occurred in an add-on. Please contact the add-on author.
""")
+An error occurred in an add-on.
+Please post on the add-on forum:
%s
""")
+ pluginText %= "https://groups.google.com/forum/#!forum/anki-addons"
if "addon" in error:
txt = pluginText
else: