summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-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)