Merge branch 'ab/test-must-be-empty'
[gitweb.git] / builtin / rm.c
index 65b448ef8ee91079194841762d4b7a2193eec9a9..f4d3f000b624564737bf7b851f4bf9abf5497684 100644 (file)
@@ -285,7 +285,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(&the_index))
-                       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) {