From c47ab1096d560ba72caffbf7a805681bfa86a423 Mon Sep 17 00:00:00 2001 From: Shad L. Lords Date: Mon, 26 Oct 2009 19:09:15 -0600 Subject: [PATCH] Direct bugs to sme server bugtracker --- constants.py | 8 ++++---- packages.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/constants.py b/constants.py index c6fb473..84c5d26 100644 --- a/constants.py +++ b/constants.py @@ -73,11 +73,11 @@ exceptionText = N_("An unhandled exception has occurred. This " "is most likely a bug. Please copy the " "full text of this exception or save the crash " "dump to a floppy then file a detailed bug " - "report against anaconda at " - "http://www.centos.org/bugs/") + "report against the SME Server installer at " + "http://bugs.contribs.org/") exceptionTextNoFloppy = N_("An unhandled exception has occurred. This " "is most likely a bug. Please copy the " "full text of this exception and file a detailed " - "bug report against anaconda at " - "http://www.centos.org/bugs/") + "bug report against the SME Server installer at " + "http://bugs.contribs.org/") diff --git a/packages.py b/packages.py index 65ef5b9..b35dde9 100644 --- a/packages.py +++ b/packages.py @@ -1610,7 +1610,7 @@ def betaNagScreen(intf, dir): "from testers, and it is not suitable " "for day to day usage.\n\n" "To report feedback, please visit:\n\n" - " http://www.centos.orrg/bugs\n\n" + " http://bugs.contribs.org/\n\n" "and file a report against '%s'.\n" %(productName, fileagainst)), type="custom", custom_icon="warning", -- 1.5.5.6