[PATCH] Change some odd wording in software TUI spoke. (#979328)

Samantha N. Bueno sbueno+anaconda at redhat.com
Tue Jul 2 14:13:54 UTC 2013


Resolves: rhbz#979328
---
 pyanaconda/ui/tui/spokes/software.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/tui/spokes/software.py b/pyanaconda/ui/tui/spokes/software.py
index 065f232..366879f 100644
--- a/pyanaconda/ui/tui/spokes/software.py
+++ b/pyanaconda/ui/tui/spokes/software.py
@@ -121,7 +121,7 @@ class SoftwareSpoke(NormalTUISpoke):
             (name, desc) = self.payload.environmentDescription(env)
 
             displayed.append(CheckboxWidget(title="%s" % name, completed=(environments.index(env) == self._selection)))
-        print(_("Choose a desktop environment."))
+        print(_("Base environment."))
 
         def _prep(i, w):
             """ Do some format magic for display. """
-- 
1.7.11.7



More information about the anaconda-patches mailing list