Merge branch 'rs/help-c-source-with-gitattributes'
[gitweb.git] / builtin / branch.c
index 2ecde53bf838777e191926557c0c8190cdc7d09a..12203fdcc8179a41ba43ee87eb8f906bc45380e3 100644 (file)
@@ -614,9 +614,9 @@ static int edit_branch_description(const char *branch_name)
        if (!buf.len || buf.buf[buf.len-1] != '\n')
                strbuf_addch(&buf, '\n');
        strbuf_commented_addf(&buf,
-                   "Please edit the description for the branch\n"
-                   "  %s\n"
-                   "Lines starting with '%c' will be stripped.\n",
+                   _("Please edit the description for the branch\n"
+                     "  %s\n"
+                     "Lines starting with '%c' will be stripped.\n"),
                    branch_name, comment_line_char);
        if (write_file_gently(git_path(edit_description), "%s", buf.buf)) {
                strbuf_release(&buf);