i18n: git-stash echo + gettext message
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
8a583bec74
commit
365c656a70
|
@ -390,7 +390,10 @@ apply_stash () {
|
||||||
status=$?
|
status=$?
|
||||||
if test -n "$INDEX_OPTION"
|
if test -n "$INDEX_OPTION"
|
||||||
then
|
then
|
||||||
echo >&2 'Index was not unstashed.'
|
(
|
||||||
|
gettext "Index was not unstashed." &&
|
||||||
|
echo
|
||||||
|
) >&2
|
||||||
fi
|
fi
|
||||||
exit $status
|
exit $status
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue