diff options
author | Mike Fulbright <msf@redhat.com> | 2003-08-11 16:28:11 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-08-11 16:28:11 +0000 |
commit | 6000f812565e59281b1c3fc6634b50f2d6e3c7a9 (patch) | |
tree | 36b66fd36d87ddb6096323fcea143200621440ec | |
parent | 8a06a692cfa03835010442fae9807749463ce461 (diff) | |
download | anaconda-6000f812565e59281b1c3fc6634b50f2d6e3c7a9.tar.gz anaconda-6000f812565e59281b1c3fc6634b50f2d6e3c7a9.tar.xz anaconda-6000f812565e59281b1c3fc6634b50f2d6e3c7a9.zip |
fix for bug #102014
-rw-r--r-- | autopart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py index 016520d20..4075cef1f 100644 --- a/autopart.py +++ b/autopart.py @@ -1362,7 +1362,7 @@ def doAutoPartition(dir, diskset, partitions, intf, instClass, dispatch): extra = _("\n\nPress 'OK' to reboot your system.") else: extra = _("\n\nYou can choose a different automatic partitioning " - "options or click 'Back' to select manual partitioning." + "option, or click 'Back' to select manual partitioning." "\n\nPress 'OK' to continue.") intf.messageWindow(_("Automatic Partitioning Errors"), |