mirror of
https://github.com/git/git.git
synced 2025-01-26 17:33:34 +08:00
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>
This commit is contained in:
parent
fc54c1af3e
commit
44f560fc16
@ -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…
Reference in New Issue
Block a user