Re: [PATCH 1/1] Mark messages for translations

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

 



On Mon, Jan 15, 2018 at 12:44 PM, Alexander Shopov <ash@xxxxxxxxxxxxxx> wrote:
> @@ -160,7 +160,7 @@ int check_filename(const char *prefix, const char *arg)
>                 free(to_free);
>                 return 0; /* file does not exist */
>         }
> -       die_errno("failed to stat '%s'", arg);
> +       die_errno(_("failed to stat '%s'", arg));
>  }

The new ")" is at a wrong place. It should be %s'"), arg); not %s'", arg));
-- 
Duy



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux