OSDN Git Service

i18n: builtin/rm.c: remove a comma ',' from string
authorVasco Almeida <vascomalmeida@sapo.pt>
Sat, 9 Apr 2016 20:38:43 +0000 (20:38 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Apr 2016 17:48:28 +0000 (10:48 -0700)
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>
builtin/rm.c

index 8829b09..be83c43 100644 (file)
@@ -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) {