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:

committed by
Junio C Hamano

parent
fc54c1af3e
commit
44f560fc16
@ -117,7 +117,7 @@ static void copy_templates(const char *template_dir)
|
|||||||
|
|
||||||
dir = opendir(template_path.buf);
|
dir = opendir(template_path.buf);
|
||||||
if (!dir) {
|
if (!dir) {
|
||||||
warning(_("templates not found %s"), template_dir);
|
warning(_("templates not found in %s"), template_dir);
|
||||||
goto free_return;
|
goto free_return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user