summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-09-19 21:39:25 +0000
committerMatt Wilson <msw@redhat.com>2001-09-19 21:39:25 +0000
commit0324f2b28e598b81f743e5da42934349e5e079c4 (patch)
treea7fa595f6eb4a124ac301793d225e070dd10892c /iw
parente88e5e47a93012ca8555730639077298447825c6 (diff)
downloadanaconda-0324f2b28e598b81f743e5da42934349e5e079c4.tar.gz
anaconda-0324f2b28e598b81f743e5da42934349e5e079c4.tar.xz
anaconda-0324f2b28e598b81f743e5da42934349e5e079c4.zip
fix typo
Diffstat (limited to 'iw')
-rw-r--r--iw/upgrade_migratefs_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/upgrade_migratefs_gui.py b/iw/upgrade_migratefs_gui.py
index 3e02ab5e8..0d38d6947 100644
--- a/iw/upgrade_migratefs_gui.py
+++ b/iw/upgrade_migratefs_gui.py
@@ -58,7 +58,7 @@ class UpgradeMigrateFSWindow (InstallWindow):
"formatted partitions to ext3 without data loss.\n\n"
"Which of these partitions would you like to migrate?")
- label = GtkLabel (_text))
+ label = GtkLabel (_(text))
label.set_alignment (0.5, 0.0)
label.set_usize(400, -1)
label.set_line_wrap (TRUE)