[master/rhel7-branch 2/2] Add 'c' to continue to timezone TUI spoke. (#979335)

Samantha N. Bueno sbueno+anaconda at redhat.com
Mon Feb 24 03:15:40 UTC 2014


Due to global prompt and input behavior, it is possible to enter
'c' to continue in the timezone spoke, but the option was absent
from the prompt. This adds the option to the prompt.

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

diff --git a/pyanaconda/ui/tui/spokes/time.py b/pyanaconda/ui/tui/spokes/time.py
index 51bde96..b508fae 100644
--- a/pyanaconda/ui/tui/spokes/time.py
+++ b/pyanaconda/ui/tui/spokes/time.py
@@ -129,7 +129,7 @@ class TimeZoneSpoke(FirstbootSpokeMixIn, NormalTUISpoke):
             return key
 
     def prompt(self, args):
-        return _("Please select the timezone.\nUse numbers or type names directly [b to region list, q to quit]: ")
+        return _("Please select the timezone.\nUse numbers or type names directly [b to region list, c to continue, q to quit]: ")
 
     def apply(self):
         self.data.timezone.timezone = self._selection
-- 
1.8.3.1



More information about the anaconda-patches mailing list