Merge branch 'rd/init-typo'

Message fix.

* rd/init-typo:
  init: fix grammar in "templates not found" msg
This commit is contained in:
Junio C Hamano 2018-06-01 15:06:40 +09:00
commit ba928e9740

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