]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/commit.c
Update messages in preparation for i18n
[thirdparty/git.git] / builtin / commit.c
index 9bcbb0c25cb44e6230a9d4c1c4564dd2c9eb5acc..d3276a10b2a09426f99cde3a43f07fc22136c72c 100644 (file)
@@ -1647,9 +1647,9 @@ int cmd_commit(int argc, const char **argv, const char *prefix)
        unlink(git_path_squash_msg());
 
        if (commit_index_files())
-               die (_("Repository has been updated, but unable to write\n"
-                    "new_index file. Check that disk is not full and quota is\n"
-                    "not exceeded, and then \"git reset HEAD\" to recover."));
+               die(_("repository has been updated, but unable to write\n"
+                     "new_index file. Check that disk is not full and quota is\n"
+                     "not exceeded, and then \"git reset HEAD\" to recover."));
 
        rerere(0);
        run_command_v_opt(argv_gc_auto, RUN_GIT_CMD);