summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-02-27 14:26:52 -0500
committerChris Lumens <clumens@redhat.com>2013-02-28 08:46:58 -0500
commitbca75af555a3bf61ce3273dff94a6b7c291b760e (patch)
tree1d53c12599beb66a4f9fd76d7b7f25c3930a21bd
parent9d99eaf67266ad43b982e2593f6d113ec2d29dbf (diff)
downloadanaconda-bca75af555a3bf61ce3273dff94a6b7c291b760e.tar.gz
anaconda-bca75af555a3bf61ce3273dff94a6b7c291b760e.tar.xz
anaconda-bca75af555a3bf61ce3273dff94a6b7c291b760e.zip
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.
-rw-r--r--pyanaconda/ui/gui/spokes/lib/resize.py3
1 files changed, 1 insertions, 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.")