From: Vasco Almeida Date: Sat, 9 Apr 2016 20:38:43 +0000 (+0000) Subject: i18n: builtin/rm.c: remove a comma ',' from string X-Git-Tag: v2.9.0-rc0~37^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ae51c412815c1ded92bd85e47a5c209d516d969;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/builtin/rm.c b/builtin/rm.c index 8829b09d0b..be83c4347a 100644 --- a/builtin/rm.c +++ b/builtin/rm.c @@ -314,7 +314,7 @@ int cmd_rm(int argc, const char **argv, const char *prefix) list.entry[list.nr].is_submodule = S_ISGITLINK(ce->ce_mode); if (list.entry[list.nr++].is_submodule && !is_staging_gitmodules_ok()) - die (_("Please, stage your changes to .gitmodules or stash them to proceed")); + die (_("Please stage your changes to .gitmodules or stash them to proceed")); } if (pathspec.nr) {