diff options
author | Matt Wilson <msw@redhat.com> | 2001-09-19 21:39:25 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-09-19 21:39:25 +0000 |
commit | 0324f2b28e598b81f743e5da42934349e5e079c4 (patch) | |
tree | a7fa595f6eb4a124ac301793d225e070dd10892c | |
parent | e88e5e47a93012ca8555730639077298447825c6 (diff) | |
download | anaconda-0324f2b28e598b81f743e5da42934349e5e079c4.tar.gz anaconda-0324f2b28e598b81f743e5da42934349e5e079c4.tar.xz anaconda-0324f2b28e598b81f743e5da42934349e5e079c4.zip |
fix typo
-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 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) |