i18n: builtin/rm.c: remove a comma ',' from string

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 <vascomalmeida@sapo.pt> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Vasco Almeida committed Apr 9, 2016 at 20:38 UTC 8ae51c412815c1ded92bd85e47a5c209d516d969
1 file changed +1 -1
builtin/rm.c
+1 -1
@@ -314,7 +314,7 @@ int cmd_rm(int argc, const char **argv, const char *prefix)
314 list.entry[list.nr].is_submodule = S_ISGITLINK(ce->ce_mode);
315 if (list.entry[list.nr++].is_submodule &&
316 !is_staging_gitmodules_ok())
317 - die (_("Please, stage your changes to .gitmodules or stash them to proceed"));
317 + die (_("Please stage your changes to .gitmodules or stash them to proceed"));
318 }
319
320 if (pathspec.nr) {