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:
Robert P. J. Day 2018-05-29 08:14:35 -04:00 committed by Junio C Hamano
parent fc54c1af3e
commit 44f560fc16

View File

@ -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;
}