summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-11-24 14:31:32 -0500
committerChris Lumens <clumens@redhat.com>2009-02-09 11:30:43 -0500
commitd5806d9b1797646ff61102a63fa58888105f0e1c (patch)
tree2608105ff64b7a79602734b9afbcbd8601fa05b4 /anaconda
parent820b3c654e13d95fbba017b69f8c60c2083b1a96 (diff)
downloadanaconda-d5806d9b1797646ff61102a63fa58888105f0e1c.tar.gz
anaconda-d5806d9b1797646ff61102a63fa58888105f0e1c.tar.xz
anaconda-d5806d9b1797646ff61102a63fa58888105f0e1c.zip
Tell the user that text mode doesn't support much when suggesting VNC.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda5
1 files changed, 4 insertions, 1 deletions
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: