summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-11-19 19:52:25 +0000
committerMike Fulbright <msf@redhat.com>2002-11-19 19:52:25 +0000
commit7f93cd5e5dfac3314170f2f254e525fff8ee2307 (patch)
tree7253d50596c24bc08a650dff7b3610b3da0fdd06 /gui.py
parent0f397414833cc0de3d93436ea1421c5ed53d3349 (diff)
downloadanaconda-7f93cd5e5dfac3314170f2f254e525fff8ee2307.tar.gz
anaconda-7f93cd5e5dfac3314170f2f254e525fff8ee2307.tar.xz
anaconda-7f93cd5e5dfac3314170f2f254e525fff8ee2307.zip
let user know what we failed on
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 420a47711..87d6a807f 100755
--- a/gui.py
+++ b/gui.py
@@ -811,9 +811,9 @@ class InstallControlWindow:
break
except ImportError:
win = MessageWindow(_("Error!"),
- _("An error occured when attempting "
+ _("An error occurred when attempting "
"to load an installer interface "
- "component."),
+ "component.\n\nclassName = %s") % (className,),
type="custom", custom_icon="warning",
custom_buttons=[_("_Exit"),
_("_Retry")])