poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/3] Obvious: Correct legacy string.


From: Jose E. Marchesi
Subject: Re: [PATCH 3/3] Obvious: Correct legacy string.
Date: Wed, 24 Feb 2021 23:07:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Egeyar.

> 2020-02-24  Egeyar Bagcioglu  <egeyar@gmail.com>
>
>         * poke/pk-cmd-ios.c (pk_cmd_close): Replace "The current file is now
>         `%s'.\n" with "The current IOS is now `%s'.\n" for correctness and
>         consistency.

This is OK for master.
Thanks.

> ---
>  ChangeLog         | 6 ++++++
>  poke/pk-cmd-ios.c | 2 +-
>  2 files changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index 3dc56889..98ae5d46 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,9 @@
> +2021-02-24  Egeyar Bagcioglu  <egeyar@gmail.com>
> +
> +     * poke/pk-cmd-ios.c (pk_cmd_close): Replace "The current file is now
> +     `%s'.\n" with "The current IOS is now `%s'.\n" for correctness and
> +     consistency.
> +
>  2021-02-24  Egeyar Bagcioglu  <egeyar@gmail.com>
>  
>       * libpoke/ios-dev-file.c (ios_dev_file_close): Handle errors properly.
> diff --git a/poke/pk-cmd-ios.c b/poke/pk-cmd-ios.c
> index 2525cd9f..c72803e8 100644
> --- a/poke/pk-cmd-ios.c
> +++ b/poke/pk-cmd-ios.c
> @@ -135,7 +135,7 @@ pk_cmd_close (int argc, struct pk_cmd_arg argv[], 
> uint64_t uflags)
>        else
>          {
>            if (poke_interactive_p && !poke_quiet_p)
> -            pk_printf (_("The current file is now `%s'.\n"),
> +            pk_printf (_("The current IOS is now `%s'.\n"),
>                         pk_ios_handler (pk_ios_cur (poke_compiler)));
>          }
>      }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]