Skip to content

Commit ba928e9

Browse files
committed
Merge branch 'rd/init-typo'
Message fix. * rd/init-typo: init: fix grammar in "templates not found" msg
2 parents 95dd4b2 + 44f560f commit ba928e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/init-db.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static void copy_templates(const char *template_dir)
117117

118118
dir = opendir(template_path.buf);
119119
if (!dir) {
120-
warning(_("templates not found %s"), template_dir);
120+
warning(_("templates not found in %s"), template_dir);
121121
goto free_return;
122122
}
123123

0 commit comments

Comments
 (0)