Free space is not a device. Hence, referring to the selected element as device could be misleading. Change "device" for "element". --- iw/partition_gui.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iw/partition_gui.py b/iw/partition_gui.py index 80b3a1f..f5c7401 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -1302,8 +1302,8 @@ class PartitionWindow(InstallWindow): self.editPartition(device) else: self.intf.messageWindow(_("Unable to Edit"), - _("You chose a device that cannot be " - "edited. Devices that are editable are: " + _("You chose an element that cannot be " + "edited. Elements that are editable are: " "LVM logical volumes, LVM physical " "volumes, device partitions, and RAID " "devices."), -- 1.6.4.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list