i18n: git-shortlog basic messages
[gitweb.git] / builtin / branch.c
index 4c1a2562476c1234472e709c102dce925a271de0..244589e73657bf1f2eaa1450c36f59869c0a44d6 100644 (file)
@@ -476,7 +476,7 @@ static void show_detached(struct ref_list *ref_list)
 
        if (head_commit && is_descendant_of(head_commit, ref_list->with_commit)) {
                struct ref_item item;
-               item.name = xstrdup("(no branch)");
+               item.name = xstrdup(_("(no branch)"));
                item.len = strlen(item.name);
                item.kind = REF_LOCAL_BRANCH;
                item.dest = NULL;