diff options
-rw-r--r-- | iw/upgrade_migratefs_gui.py | 2 |
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) |