submodule--helper.c: i18n: add a missing space in message

The message spans over 2 lines but the C concatenation does not add
the needed space between the two lines.

Signed-off-by: Jean-Noel Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jean-Noel Avila 2017-11-25 20:55:24 +01:00 коммит произвёл Junio C Hamano
Родитель a9f8a37584
Коммит ed5bdd5bab
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -624,7 +624,7 @@ static void status_submodule(const char *path, const struct object_id *ce_oid,
if (refs_head_ref(get_submodule_ref_store(path),
handle_submodule_head_ref, &oid))
die(_("could not resolve HEAD ref inside the"
die(_("could not resolve HEAD ref inside the "
"submodule '%s'"), path);
print_status(flags, '+', path, &oid, displaypath);