summaryrefslogtreecommitdiffstats
path: root/iw/examine_gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-03-29 16:02:56 +0000
committerMatt Wilson <msw@redhat.com>2001-03-29 16:02:56 +0000
commit534c42e29a9c719e3bd6e66f5af7771e2ecd68b2 (patch)
tree180fc2cba4d5cbd2bfdc7b3b4a73a5cce1d7c817 /iw/examine_gui.py
parente2fdf0583d5aded128fea96f9352897ec3915c99 (diff)
downloadanaconda-534c42e29a9c719e3bd6e66f5af7771e2ecd68b2.tar.gz
anaconda-534c42e29a9c719e3bd6e66f5af7771e2ecd68b2.tar.xz
anaconda-534c42e29a9c719e3bd6e66f5af7771e2ecd68b2.zip
typo!
Diffstat (limited to 'iw/examine_gui.py')
-rw-r--r--iw/examine_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index d2db449ac..19c948b12 100644
--- a/iw/examine_gui.py
+++ b/iw/examine_gui.py
@@ -78,7 +78,7 @@ class UpgradeExamineWindow (InstallWindow):
# if there is only one partition, go on.
self.ics.setNextEnabled (TRUE)
self.root = self.parts[0]
- label = GtkLabel (_("Upgrading the Red Hat Linux installation on partition /dev/%s"), (self.root[0] + "\n\n",))
+ label = GtkLabel (_("Upgrading the Red Hat Linux installation on partition /dev/%s") % (self.root[0] + "\n\n",))
label.set_alignment(0.0, 0.5)
vbox.pack_start(label, FALSE)