Merge branch 'rd/init-typo'

Message fix.

* rd/init-typo:
  init: fix grammar in "templates not found" msg
maint
Junio C Hamano 2018-06-01 15:06:40 +09:00
commit ba928e9740
1 changed files with 1 additions and 1 deletions

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