Browse Source

init: fix grammar in "templates not found" msg

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Robert P. J. Day 7 years ago committed by Junio C Hamano
parent
commit
44f560fc16
  1. 2
      builtin/init-db.c

2
builtin/init-db.c

@ -117,7 +117,7 @@ static void copy_templates(const char *template_dir) @@ -117,7 +117,7 @@ static void copy_templates(const char *template_dir)

dir = opendir(template_path.buf);
if (!dir) {
warning(_("templates not found %s"), template_dir);
warning(_("templates not found in %s"), template_dir);
goto free_return;
}


Loading…
Cancel
Save