From ce1625849953c06edf5e621c2352ec8ffcdc9892 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 1 Mar 2013 15:13:56 +0900 Subject: [PATCH] add link to add-on forum in error --- aqt/errors.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: