aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/fe/gtk/InstallFailed.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 63fea2c..39ed50d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.686 2006/09/15 16:37:11 agaffney Exp $
17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
+ src/fe/gtk/InstallFailed.py:
+ correct bugzilla location for bug 178144
+
+ 17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
src/GLIArchitectureTemplate.py, src/fe/gtk/gtkfe.py:
fix error in debug mode for bug 178475
force install_type to networkless for gtkfe
diff --git a/src/fe/gtk/InstallFailed.py b/src/fe/gtk/InstallFailed.py
index 63841bf..20be26b 100644
--- a/src/fe/gtk/InstallFailed.py
+++ b/src/fe/gtk/InstallFailed.py
@@ -14,7 +14,7 @@ class Panel(GLIScreen):
Your install has failed for one of numerous reasons. You can find the error in \
the logfile at /var/log/install.log.failed. Once you determine that the error was \
not caused by you, please file a bug at http://bugs.gentoo.org/ in the \
-Gentoo Hosted Projects/Installer component.
+Gentoo Release Media product and the Installer component.
"""
def __init__(self, controller):