~ubuntu-branches/ubuntu/utopic/anki/utopic

« back to all changes in this revision

Viewing changes to aqt/errors.py

  • Committer: Package Import Robot
  • Author(s): Andreas Bombe
  • Date: 2014-05-11 17:13:36 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140511171336-2vxrcfclmfjedas2
Tags: 2.0.26+dfsg-1
ImportedĀ UpstreamĀ versionĀ 2.0.26+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        pluginText = _("""\
76
76
An error occurred in an add-on.<br>
77
77
Please post on the add-on forum:<br>%s<br>""")
78
 
        pluginText %= "https://groups.google.com/forum/#!forum/anki-addons"
 
78
        pluginText %= "https://anki.tenderapp.com/discussions/add-ons"
79
79
        if "addon" in error:
80
80
            txt = pluginText
81
81
        else: