Skip to content

Commit 8ae51c4

Browse files
vascoolgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ed47fdf commit 8ae51c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/rm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ int cmd_rm(int argc, const char **argv, const char *prefix)
314314
list.entry[list.nr].is_submodule = S_ISGITLINK(ce->ce_mode);
315315
if (list.entry[list.nr++].is_submodule &&
316316
!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"));
318318
}
319319

320320
if (pathspec.nr) {

0 commit comments

Comments
 (0)