Merge branch 'sb/submodule-parallel-fetch' into maint
[gitweb.git] / builtin / rm.c
index fd47d20942269c934d8cf49571afba588a1a622e..8abb0207fa8e4da05ea447ae4e58c8e54c97c35b 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) {