From 27c929edd6cccfbbedf2fbb8a3175bc7e01bf6c7 Mon Sep 17 00:00:00 2001 From: Jean-Noël Avila Date: Thu, 23 Aug 2018 23:00:56 +0200 Subject: i18n: fix mistakes in translated strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix typos and convert a question which does not expect to be replied to a simple advice. Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano --- builtin/submodule--helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin/submodule--helper.c') diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 2bcc70fdfe..b56028ba9d 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -542,7 +542,7 @@ static void runcommand_in_submodule_cb(const struct cache_entry *list_item, argv_array_pushv(&cpr.args, info->argv); if (run_command(&cpr)) - die(_("run_command returned non-zero status while" + die(_("run_command returned non-zero status while " "recursing in the nested submodules of %s\n."), displaypath); } -- cgit 1.2.3-korg