From 0d539a876d0dd4513cdb400b4319e45728a05f9a Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 7 Jul 2012 23:49:34 +0200 Subject: [PATCH] Minor fix (subversion->github) --- lib/core/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/common.py b/lib/core/common.py index 7d10017df..253280b0e 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -2479,7 +2479,7 @@ def unhandledExceptionMessage(): """ 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 the GitHub " errMsg += "repository. 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 += "and any information required to reproduce the bug. The "