Re: [PATCH] gitk: remove translated message from comments

2017-01-18 Thread Junio C Hamano
Paul Mackerras  writes:

> On Tue, Jan 17, 2017 at 07:52:45PM -0800, David Aguilar wrote:
>> "make update-po" fails because a previously untranslated string
>> has now been translated:
>> 
>>  Updating po/sv.po
>>  po/sv.po:1388: duplicate message definition...
>>  po/sv.po:380: ...this is the location of the first definition
>> 
>> Remove the duplicate message definition.
>> 
>> Reported-by: Junio C Hamano 
>> Signed-off-by: David Aguilar 
>
> Thanks, applied.
>
> Junio, please do a pull from my repository to get this fix.
> The new head is 7f03c6e32891.

Thanks.


Re: [PATCH] gitk: remove translated message from comments

2017-01-18 Thread Paul Mackerras
On Tue, Jan 17, 2017 at 07:52:45PM -0800, David Aguilar wrote:
> "make update-po" fails because a previously untranslated string
> has now been translated:
> 
>   Updating po/sv.po
>   po/sv.po:1388: duplicate message definition...
>   po/sv.po:380: ...this is the location of the first definition
> 
> Remove the duplicate message definition.
> 
> Reported-by: Junio C Hamano 
> Signed-off-by: David Aguilar 

Thanks, applied.

Junio, please do a pull from my repository to get this fix.
The new head is 7f03c6e32891.

Paul.