summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-10 21:00:00 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-10 21:00:00 +0000
commitd02236dfd19aeaa11b0a25e4e1891752cc5de3fd (patch)
treee280192a77b0f7bdb715e4f72251a276a5ce5cb4
parent0e366ad39f603975a5950d93457412c58c8bdee4 (diff)
2005-04-10 Jeremy Katz <katzj@redhat.com>
* gui.py (ExceptionWindow.__init__): Fix typo (menthos, #154324)
-rw-r--r--ChangeLog4
-rwxr-xr-xgui.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 497afbb70..2133fbe06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-10 Jeremy Katz <katzj@redhat.com>
+
+ * gui.py (ExceptionWindow.__init__): Fix typo (menthos, #154324)
+
2005-04-08 Bill Nottingham <notting@redhat.com>
* bootdisk/i386/param.msg: Choose something more reasonable memory-wise
diff --git a/gui.py b/gui.py
index 3fca319dd..bf4d0d91c 100755
--- a/gui.py
+++ b/gui.py
@@ -544,7 +544,7 @@ class ExceptionWindow:
except:
floppyDevices = 0
- win = gtk.Dialog(_("Exception Occured"), mainWindow, gtk.DIALOG_MODAL)
+ win = gtk.Dialog(_("Exception Occurred"), mainWindow, gtk.DIALOG_MODAL)
win.add_button(_("_Debug"), 0)
if floppyDevices > 0 or DEBUG:
win.add_button(_("_Save to floppy"), 1)