[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] Patch %s does not exist, applied
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] Patch %s does not exist, applied |
Date: |
Mon, 25 Jul 2005 09:40:59 +0200 |
User-agent: |
KMail/1.7.1 |
Hi Yashi,
thanks for your update.
On Monday 25 July 2005 06:11, Yasushi SHOJI wrote:
> Hi all,
>
> I'm now reworking japanese translation for quilt. I just encounter
> the following message
>
> Patch %s does not exist, applied
>
> isn't it weird to say? How about following message instead?
>
> Patch %s does not exist, pretend to be applied
I've changed it like this instead, which seems a little saner to me:
- printf $"Patch %s does not exist, applied\n" \
+ printf $"Patch %s does not exist; applied empty
patch\n" \
-- Andreas.