[PATCH 2/2] Clean up wording for oversized LVs (#587459)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux