summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-05-21 18:36:35 +0000
committerJeremy Katz <katzj@redhat.com>2007-05-21 18:36:35 +0000
commit7664732b86237a64993ba738177ee60aeb9c2d26 (patch)
tree359d423e07b20e23786c8233dbd5d70c67190b61
parentfe7ff51e6f0068330598806fc322e985f5daf3d5 (diff)
downloadanaconda-7664732b86237a64993ba738177ee60aeb9c2d26.tar.gz
anaconda-7664732b86237a64993ba738177ee60aeb9c2d26.tar.xz
anaconda-7664732b86237a64993ba738177ee60aeb9c2d26.zip
2007-05-21 Jeremy Katz <katzj@redhat.com>
* yuminstall.py (AnacondaCallback.callback): Fix tyop.
-rw-r--r--ChangeLog2
-rw-r--r--yuminstall.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 93899e9df..010e02d21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-05-21 Jeremy Katz <katzj@redhat.com>
+ * yuminstall.py (AnacondaCallback.callback): Fix tyop.
+
* constants.py (BETANAG): Turn off betanag for release branch
2007-05-21 Peter Jones <pjones@redhat.com>
diff --git a/yuminstall.py b/yuminstall.py
index 7ead3106f..205c9348f 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -204,7 +204,7 @@ class AnacondaCallback:
rpm.RPMCALLBACK_UNINST_STOP):
if self.initWindow is None:
self.initWindow = self.waitWindow("Finishing upgrade",
- "Finishing upgrade progress. This may take a little while...")
+ "Finishing upgrade process. This may take a little while...")
else:
self.initWindow.refresh()