Re: [PATCH v4 37/38] i18n: unmark die messages for translation

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

 



Hey Junio,

On Wed, Jun 8, 2016 at 3:37 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote:
> Vasco Almeida <vascomalmeida@xxxxxxx> writes:
>
>> These messages are relevant for the programmer only, not for the end
>> user.  Thus, they can be unmarked for translation, saving translator
>> some work.
>>
>> Signed-off-by: Vasco Almeida <vascomalmeida@xxxxxxx>
>> ---
>>  git-bisect.sh | 2 +-
>>  wt-status.c   | 4 ++--
>>  2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/git-bisect.sh b/git-bisect.sh
>> index 30d01bb..ae3cb01 100755
>> --- a/git-bisect.sh
>> +++ b/git-bisect.sh
>> @@ -274,7 +274,7 @@ bisect_state() {
>>       check_and_set_terms $state
>>       case "$#,$state" in
>>       0,*)
>> -             die "$(gettext "Please call 'bisect_state' with at least one argument.")" ;;
>> +             die "Please call 'bisect_state' with at least one argument." ;;
>
> OK.  This should have had "bug:" prefix from the beginning, but that
> is outside the topic.

I can probably include this with the rewrite of git-bisect.sh .

Regards,
Pranit Bauva
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[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]