From bca75af555a3bf61ce3273dff94a6b7c291b760e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 27 Feb 2013 14:26:52 -0500 Subject: Remove the initial sentence from the top of the reclaim dialog (#911793). If you go into the reclaim dialog already with enough space, it's a very confusing thing to be told you do not have enough free space. --- pyanaconda/ui/gui/spokes/lib/resize.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyanaconda/ui/gui/spokes/lib/resize.py b/pyanaconda/ui/gui/spokes/lib/resize.py index c44664e7b..1f1d990f9 100644 --- a/pyanaconda/ui/gui/spokes/lib/resize.py +++ b/pyanaconda/ui/gui/spokes/lib/resize.py @@ -174,8 +174,7 @@ class ResizeDialog(GUIObject): self._update_labels(totalDisks, totalReclaimableSpace, 0) - description = _("You don't have enough free space available for this installation.\n\n" - "You can remove existing filesystems you no longer need to free up space " + description = _("You can remove existing filesystems you no longer need to free up space " "for this installation. Removing a filesystem will permanently delete all " "of the data it contains.") -- cgit