[PATCH] adjust Installation Options guide text for new partitioning workflow

Adam Williamson awilliam at redhat.com
Tue Jan 28 06:39:22 UTC 2014


With the new partitioning workflow, you can't go from Installation Options
to custom partitioning any more, but the guide text still says you can. Here's
a possible re-wording.
---
 pyanaconda/ui/gui/spokes/storage.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index fb08041..8dfdffd 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -169,9 +169,9 @@ class NeedSpaceDialog(InstallOptionsDialogBase):
 
         label_text = _("<b>You don't have enough space available to install "
                        "%s</b>.  You can shrink or remove existing partitions "
-                       "via our guided reclaim space tool, or you can adjust your "
-                       "partitions on your own in the custom partitioning "
-                       "interface.") % escape_markup(productName)
+                       "via our guided reclaim space tool, or you can cancel "
+                       "and change your package set or target disk "
+                       "choices.") % escape_markup(productName)
         self.builder.get_object("need_space_options_label").set_markup(label_text)
 
         self._add_modify_watcher("need_space_desc_label")
-- 
1.8.5.3



More information about the anaconda-patches mailing list