summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)