--- iw/lvm_dialog_gui.py | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py index ec043de..cffb68c 100644 --- a/iw/lvm_dialog_gui.py +++ b/iw/lvm_dialog_gui.py @@ -707,13 +707,14 @@ class VolumeGroupEditor: templv.size = size except ValueError: self.intf.messageWindow(_("Not enough space"), - _("The logical volumes you have " - "configured require %(size)d MB," - " but the volume group only has " - "%(tempvgsize)d MB. Please " - "either make the volume group " - "larger or make the logical " - "volume(s) smaller.") + _("The size entered for this " + "logical volume (%(size)d MB) " + "exceeds the available space " + "of the volume group " + "(%(tempvgsize)d MB). Please " + "make the volume group larger " + "or make the logical volume " + "smaller.") % {'size': size, 'tempvgsize': tempvg.size}, custom_icon="error") -- 1.6.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list