Skip to content
Snippets Groups Projects
Commit ba928e97 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'rd/init-typo'

Message fix.

* rd/init-typo:
  init: fix grammar in "templates not found" msg
parents 95dd4b2b 44f560fc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment