fixed exception message (Subversion to github)

This commit is contained in:
aNiceGuy 2012-07-07 20:53:51 +01:00
parent a525dd4336
commit 84eb694361

View File

@ -2479,8 +2479,8 @@ def unhandledExceptionMessage():
""" """
errMsg = "unhandled exception in %s, retry your " % VERSION_STRING errMsg = "unhandled exception in %s, retry your " % VERSION_STRING
errMsg += "run with the latest development version from the Subversion " errMsg += "run with the latest development version from github."
errMsg += "repository. If the exception persists, please send by e-mail " errMsg += "If the exception persists, please send by e-mail "
errMsg += "to '%s' or open a new issue at '%s' with the following text " % (ML, ISSUES_PAGE) errMsg += "to '%s' or open a new issue at '%s' with the following text " % (ML, ISSUES_PAGE)
errMsg += "and any information required to reproduce the bug. The " errMsg += "and any information required to reproduce the bug. The "
errMsg += "developers will try to reproduce the bug, fix it accordingly " errMsg += "developers will try to reproduce the bug, fix it accordingly "