summaryrefslogtreecommitdiffstats
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
parent0d34c4d5b4c257377985bf84f26c7e43e0c84e24 (diff)
downloadanaconda-21be72c12ac2a1199a4a6aa8d6376eb5bac5bdd3.tar.gz
anaconda-21be72c12ac2a1199a4a6aa8d6376eb5bac5bdd3.tar.xz
anaconda-21be72c12ac2a1199a4a6aa8d6376eb5bac5bdd3.zip
String consistency (#181916).
-rw-r--r--ChangeLog4
-rw-r--r--exception.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2397d8910..088f3c9e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-10 Chris Lumens <clumens@redhat.com>
+
+ * exception.py (handleException): String consistency (#181916).
+
2006-03-09 Paul Nasrat <pnasrat@redhat.com>
* yuminstall.py: ignore conflicts on upgrade (#184461)
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)