Re: [PATCH 11/22] dir.c: mark more strings for translation
From: Eric Sunshine <hidden>
Date: 2018-06-03 08:47:43
From: Eric Sunshine <hidden>
Date: 2018-06-03 08:47:43
On Sat, Jun 2, 2018 at 12:32 AM, Nguyễn Thái Ngọc Duy [off-list ref] wrote:
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted> ---diff --git a/dir.c b/dir.c@@ -560,7 +560,7 @@ int report_path_error(const char *ps_matched, - error("pathspec '%s' did not match any file(s) known to git.", + error(_("pathspec '%s' did not match any file(s) known to git."),
Drop the trailing period for consistency with other messages you've changed.