summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
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")])