Merge branch 'rd/init-typo'
Message fix. * rd/init-typo: init: fix grammar in "templates not found" msg
This commit is contained in:
commit
ba928e9740
@ -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…
Reference in New Issue
Block a user