diff options
author | David Cantrell <dcantrell@redhat.com> | 2006-01-25 15:41:29 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2006-01-25 15:41:29 +0000 |
commit | 840e3de69e9546b9603647c852918a51fe0de4a1 (patch) | |
tree | 97a6bac48e20c9aea1d864822f624a17131f65a4 /exception.py | |
parent | b1faf308c6a765c8e8b50a9b77f7974607df6309 (diff) | |
download | anaconda-840e3de69e9546b9603647c852918a51fe0de4a1.tar.gz anaconda-840e3de69e9546b9603647c852918a51fe0de4a1.tar.xz anaconda-840e3de69e9546b9603647c852918a51fe0de4a1.zip |
exception.py (handleException): Changed 'be reset' to say 'be rebooted'
(#178566).
Diffstat (limited to 'exception.py')
-rw-r--r-- | exception.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.py b/exception.py index c8c7d2268..6357b5fbf 100644 --- a/exception.py +++ b/exception.py @@ -418,7 +418,7 @@ def handleException(dispatch, intf, (type, value, tb)): if floppyRc == 0: intf.messageWindow(_("Dump Written"), _("Your system's state has been successfully written to " - "the floppy. Your system will now be reset.")) + "the floppy. Your system will now be rebooted.")) intf.__del__ () os.kill(os.getpid(), signal.SIGKILL) elif floppyRc == 1: |