diff options
author | Mike Fulbright <msf@redhat.com> | 2002-11-19 19:52:25 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-11-19 19:52:25 +0000 |
commit | 7f93cd5e5dfac3314170f2f254e525fff8ee2307 (patch) | |
tree | 7253d50596c24bc08a650dff7b3610b3da0fdd06 /gui.py | |
parent | 0f397414833cc0de3d93436ea1421c5ed53d3349 (diff) | |
download | anaconda-7f93cd5e5dfac3314170f2f254e525fff8ee2307.tar.gz anaconda-7f93cd5e5dfac3314170f2f254e525fff8ee2307.tar.xz anaconda-7f93cd5e5dfac3314170f2f254e525fff8ee2307.zip |
let user know what we failed on
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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")]) |