i18n: git-commit print_summary messages
[gitweb.git] / builtin / commit.c
index c1da66c2d7a9ce3c76be0f4b52f07fd4339c0d95..4986cd442c42ecb7b6240c9703884a98f7974bae 100644 (file)
@@ -1223,9 +1223,9 @@ static void print_summary(const char *prefix, const unsigned char *sha1)
                !prefixcmp(head, "refs/heads/") ?
                        head + 11 :
                        !strcmp(head, "HEAD") ?
-                               "detached HEAD" :
+                               _("detached HEAD") :
                                head,
-               initial_commit ? " (root-commit)" : "");
+               initial_commit ? _(" (root-commit)") : "");
 
        if (!log_tree_commit(&rev, commit)) {
                rev.always_show_header = 1;