Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
init: fix grammar in "templates not found" msg
[gitweb.git]
/
builtin
/
init-db.c
diff --git
a/builtin/init-db.c
b/builtin/init-db.c
index 68ff4ad75ace6566a233c1343fed93365c5abbe4..244deeff0901acd2a687da229fbe092fd6310774 100644
(file)
--- a/
builtin/init-db.c
+++ b/
builtin/init-db.c
@@
-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;
}