Re: [PATCH] merge-recursive: add hint for translators in handle_change_delete()

2012-08-05 Thread Junio C Hamano
Ralf Thielow writes: > The outputs in handle_change_delete() contain a lot of placeholders. > This could end up in confusion to translators since two parts of them > are translated separately. Add a hint for translators that they can > easily understand it without study the code. > > Signed-off-b

[PATCH] merge-recursive: add hint for translators in handle_change_delete()

2012-08-05 Thread Ralf Thielow
The outputs in handle_change_delete() contain a lot of placeholders. This could end up in confusion to translators since two parts of them are translated separately. Add a hint for translators that they can easily understand it without study the code. Signed-off-by: Ralf Thielow --- This patch is