From 534c42e29a9c719e3bd6e66f5af7771e2ecd68b2 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 29 Mar 2001 16:02:56 +0000 Subject: typo! --- iw/examine_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit