diff options
| author | Chris Lumens <clumens@redhat.com> | 2010-02-23 12:52:09 -0500 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2010-02-23 12:53:52 -0500 |
| commit | 6d3d5c73cab9257f40a332094d82ef3cf5a1a137 (patch) | |
| tree | 1bf342b4869659f7755b641ef2ae232dbd57e8e4 /textw | |
| parent | 8f1d7b67ea9791d864840314728a07de80e41df0 (diff) | |
| download | anaconda-6d3d5c73cab9257f40a332094d82ef3cf5a1a137.tar.gz anaconda-6d3d5c73cab9257f40a332094d82ef3cf5a1a137.tar.xz anaconda-6d3d5c73cab9257f40a332094d82ef3cf5a1a137.zip | |
Fix a typo, leaving one less string needing translation (#567427).
Diffstat (limited to 'textw')
| -rw-r--r-- | textw/upgrade_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py index 6d7bfe72e..7fd7ebeac 100644 --- a/textw/upgrade_text.py +++ b/textw/upgrade_text.py @@ -42,7 +42,7 @@ class UpgradeMigrateFSWindow: g = GridFormHelp(screen, _("Migrate File Systems"), "upmigfs", 1, 4) text = (_("This release of %(productName)s supports " - "the an updated file system, which has several " + "an updated file system, which has several " "benefits over the file system traditionally shipped " "in %(productName)s. This installation program can migrate " "formatted partitions without data loss.\n\n" |
