From d5806d9b1797646ff61102a63fa58888105f0e1c Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 24 Nov 2008 14:31:32 -0500 Subject: Tell the user that text mode doesn't support much when suggesting VNC. --- anaconda | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'anaconda') diff --git a/anaconda b/anaconda index 9799eaa7f..3a3a9dd12 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: -- cgit