[PATCH jk-tui 5/6] Update text prompt to include c for continue

Jesse Keating jkeating at redhat.com
Tue Aug 14 22:02:12 UTC 2012


Also changed the tab to two spaces to save on screen space
---
 pyanaconda/ui/tui/simpleline/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/tui/simpleline/base.py b/pyanaconda/ui/tui/simpleline/base.py
index edcb08f..97a8c81 100644
--- a/pyanaconda/ui/tui/simpleline/base.py
+++ b/pyanaconda/ui/tui/simpleline/base.py
@@ -404,7 +404,7 @@ class UIScreen(object):
                  to skip further input processing
         :rtype: unicode|None
         """
-        return _(u"\tPlease make your choice from above ['q' to quit]: ")
+        return _(u"  Please make your choice from above ['q' to quit | 'c' to continue]: ")
 
     @property
     def app(self):
-- 
1.7.11.2



More information about the anaconda-patches mailing list