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>
maint
Jean-Noel Avila 2017-11-25 20:55:24 +01:00 committed by Junio C Hamano
parent a9f8a37584
commit ed5bdd5bab
1 changed files with 1 additions and 1 deletions

View File

@ -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);