[master][PATCH] Change the message of text mode warning. (#966771)

Vratislav Podzimek vpodzime at redhat.com
Fri May 31 07:28:25 UTC 2013


On Thu, 2013-05-30 at 15:07 -0400, Samantha N. Bueno wrote:
> As noted in the bug description, text mode has changed, so the
> message on boot warning of its limitations should be changed
> accordingly.
> ---
>  anaconda | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/anaconda b/anaconda
> index 9eb3162..7a3ab8e 100755
> --- a/anaconda
> +++ b/anaconda
> @@ -512,9 +512,9 @@ def setupDisplay(anaconda, opts, addon_paths=None):
>      if anaconda.displayMode == 't' and flags.vncquestion:
>          #we prefer vnc over text mode, so ask about that
>          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?")
> +                    "options. It does not offer custom partitioning for "
> +                    "full control over the disk layout. Would you like "
> +                    "to use VNC mode instead?")
>  
>          app = App("VNC Question")
>          spoke = AskVNCSpoke(app, anaconda.ksdata, message=message)
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list