diff options
| author | Jeremy Katz <katzj@redhat.com> | 2005-04-10 21:00:00 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2005-04-10 21:00:00 +0000 |
| commit | d02236dfd19aeaa11b0a25e4e1891752cc5de3fd (patch) | |
| tree | e280192a77b0f7bdb715e4f72251a276a5ce5cb4 /gui.py | |
| parent | 0e366ad39f603975a5950d93457412c58c8bdee4 (diff) | |
2005-04-10 Jeremy Katz <katzj@redhat.com>
* gui.py (ExceptionWindow.__init__): Fix typo (menthos, #154324)
Diffstat (limited to 'gui.py')
| -rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
