Re: [PATCH v4 6/7] i18n: builtin/rm.c: remove a comma ',' from string

2016-05-12 Thread Junio C Hamano
Vasco Almeida writes: > Remove a comma from string marked for translation. Make the string match the > one in builtin/mv.c. Now translators have do handle this string only once. > > Signed-off-by: Vasco Almeida > --- Looks good. BTW, I think you just added two more "Please," in "i18n: unpack-t

[PATCH v4 6/7] i18n: builtin/rm.c: remove a comma ',' from string

2016-05-12 Thread Vasco Almeida
Remove a comma from string marked for translation. Make the string match the one in builtin/mv.c. Now translators have do handle this string only once. Signed-off-by: Vasco Almeida --- builtin/rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/rm.c b/builtin/rm.c in