summaryrefslogtreecommitdiffstats
path: root/iw/upgrade_migratefs_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-09-12 20:11:39 +0000
committerJeremy Katz <katzj@redhat.com>2001-09-12 20:11:39 +0000
commit0b68d0ba7f4494bd3ef598650dd08e2f42186c93 (patch)
tree44b567d3c4e35eb551af3f497fe7f4de74e89e84 /iw/upgrade_migratefs_gui.py
parente678b2196344f2a275f23fea5aa8212b0313cd1d (diff)
downloadanaconda-0b68d0ba7f4494bd3ef598650dd08e2f42186c93.tar.gz
anaconda-0b68d0ba7f4494bd3ef598650dd08e2f42186c93.tar.xz
anaconda-0b68d0ba7f4494bd3ef598650dd08e2f42186c93.zip
show translated (#53506)
Diffstat (limited to 'iw/upgrade_migratefs_gui.py')
-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 7b6515d33..3e02ab5e8 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)