summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-01-11 17:41:40 +0000
committerBill Nottingham <notting@redhat.com>2006-01-11 17:41:40 +0000
commit912792e7348e1b93f3aa680b6fb9c19e8c36331c (patch)
tree16c99fb27dee4da4dea2f6fde91524027b28dc03
parentd93b7c1a361d7e96ab06a174258f46fc8492c5e9 (diff)
downloadanaconda-912792e7348e1b93f3aa680b6fb9c19e8c36331c.tar.gz
anaconda-912792e7348e1b93f3aa680b6fb9c19e8c36331c.tar.xz
anaconda-912792e7348e1b93f3aa680b6fb9c19e8c36331c.zip
propogate:
revision 1.19 date: 2004/05/07 01:22:44; author: katzj; state: Exp; lines: +1 -1 the unbreakable stuff isn't working anyway now and it causes ppc gui installs to die. so remove it for now to the other place where it happens. (#177537)
-rw-r--r--iw/confirm_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/confirm_gui.py b/iw/confirm_gui.py
index 3e03acef7..a54ae8546 100644
--- a/iw/confirm_gui.py
+++ b/iw/confirm_gui.py
@@ -114,5 +114,5 @@ class UpgradeConfirmWindow (ConfirmWindow):
return ConfirmWindow.getScreen(self,
_("Click next to begin upgrade of %s.") % (productName,),
_("A complete log of the upgrade can be found in "
- "the file '%s' after rebooting your system.") % (u'\uFEFF/\uFEFFroot\uFEFF/\uFEFFupgrade\uFEFF.\uFEFFlog',))
+ "the file '%s' after rebooting your system.") % (u'/root/upgrade.log',))