summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-03-10 15:43:22 +0000
committerChris Lumens <clumens@redhat.com>2006-03-10 15:43:22 +0000
commit21be72c12ac2a1199a4a6aa8d6376eb5bac5bdd3 (patch)
treed3a71ac403f72ad38c309bdd8374fceaea08a83d /exception.py
parent0d34c4d5b4c257377985bf84f26c7e43e0c84e24 (diff)
downloadanaconda-21be72c12ac2a1199a4a6aa8d6376eb5bac5bdd3.tar.gz
anaconda-21be72c12ac2a1199a4a6aa8d6376eb5bac5bdd3.tar.xz
anaconda-21be72c12ac2a1199a4a6aa8d6376eb5bac5bdd3.zip
String consistency (#181916).
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.py b/exception.py
index ace4f03ba..fd831bfcc 100644
--- a/exception.py
+++ b/exception.py
@@ -416,7 +416,7 @@ def handleException(dispatch, intf, (type, value, tb)):
if scpRc == 0:
intf.messageWindow(_("Dump Written"),
_("Your system's state has been successfully written to "
- "the remote host.\nYour system will now be reset."),
+ "the remote host. Your system will now be rebooted."),
type="custom", custom_icon="info",
custom_buttons=[_("_Reboot")])
sys.exit(0)