Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-28 00:33:52 +0300
committerJunio C Hamano <gitster@pobox.com>2018-08-28 00:33:52 +0300
commit8edb1b36b81e11773442d6748fcedb16f134a445 (patch)
tree9152fb8fa9e1494b56fd3ec70c30487d886e1b13 /builtin
parentaa5dc61161e7d3b0734628de00d84589136b8368 (diff)
parent27c929edd6cccfbbedf2fbb8a3175bc7e01bf6c7 (diff)
Merge branch 'ja/i18n-message-fixes'
Messages fix. * ja/i18n-message-fixes: i18n: fix mistakes in translated strings
Diffstat (limited to 'builtin')
-rw-r--r--builtin/submodule--helper.c2
1 files changed, 1 insertions, 1 deletions
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);
}