[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Fix up syntax error
- From: David Cantrell <dcantrell redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] Fix up syntax error
- Date: Mon, 01 Dec 2008 11:22:01 -1000
Jeremy Katz wrote:
> This one is pretty straight-forward and just fixes up a syntax error on
> master
>
> ---
> image.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/image.py b/image.py
> index 5b6273b..25d9fd0 100644
> --- a/image.py
> +++ b/image.py
> @@ -243,7 +243,7 @@ def presentRequiredMediaMessage(anaconda):
> "following %s %s discs:\n\n%s\nPlease have these ready "
> "before proceeding with the installation. If you need to "
> "abort the installation and exit please select "
> - "\"Reboot\".") % (product.productName, product.productVersion, reqcdstr)
> + "\"Reboot\".") % (product.productName, product.productVersion, reqcdstr),
> type="custom", custom_icon="warning",
> custom_buttons=[_("_Reboot"), _("_Back"), _("_Continue")])
>
Looks good to me.
--
David Cantrell <dcantrell redhat com>
Red Hat / Honolulu, HI
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]