diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-25 20:46:43 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-25 20:46:43 +0000 |
commit | cc30759f89a2eaa6140d2fda37f31c3274e67e8d (patch) | |
tree | ec12070409da5d6fa8aecb8dcd3cd4cc260493e6 /iw | |
parent | 0527a31e42c4f7f0bfd4a6709f7d435ad5637f78 (diff) | |
download | anaconda-cc30759f89a2eaa6140d2fda37f31c3274e67e8d.tar.gz anaconda-cc30759f89a2eaa6140d2fda37f31c3274e67e8d.tar.xz anaconda-cc30759f89a2eaa6140d2fda37f31c3274e67e8d.zip |
fix widget reference in string
Diffstat (limited to 'iw')
-rw-r--r-- | iw/partition_ui_helpers_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/partition_ui_helpers_gui.py b/iw/partition_ui_helpers_gui.py index 97015e641..2aca3b4c1 100644 --- a/iw/partition_ui_helpers_gui.py +++ b/iw/partition_ui_helpers_gui.py @@ -334,6 +334,6 @@ def doUIRAIDLVMChecks(request, diskset): if numdrives > 1 and (request.drive is None or len(request.drive) > 1): return (_("Partitions of type '%s' must be constrained to " "a single drive. This is done by selecting the " - "drive in the 'Allowed Drives' checklist.")) % (fstype.getName(),) + "drive in the 'Allowable Drives' checklist.")) % (fstype.getName(),) return None |