[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Tell the user that text mode doesn't support much when suggesting VNC.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Tell the user that text mode doesn't support much when suggesting VNC.
- Date: Thu, 5 Feb 2009 13:27:46 -0500
---
anaconda | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/anaconda b/anaconda
index 9799eaa..3a3a9dd 100755
--- a/anaconda
+++ b/anaconda
@@ -804,7 +804,10 @@ if __name__ == "__main__":
if opts.display_mode == 't' and flags.vncquestion: #we prefer vnc over text mode, so ask about that
title = _("Would you like to use VNC?")
- message = _("The VNC mode installation offers more functionality than the text mode, would you like to use it instead?")
+ message = _("Text mode provides a limited set of installation options. "
+ "It does not allow you to specify your own partitioning "
+ "layout or package selections. Would you like to use VNC "
+ "mode instead?")
ret = vnc.askVncWindow(title, message)
if ret != -1:
--
1.6.0.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]