mirror of
https://github.com/git/git.git
synced 2024-11-25 02:44:48 +08:00
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>
This commit is contained in:
parent
8a583bec74
commit
365c656a70
@ -390,7 +390,10 @@ apply_stash () {
|
||||
status=$?
|
||||
if test -n "$INDEX_OPTION"
|
||||
then
|
||||
echo >&2 'Index was not unstashed.'
|
||||
(
|
||||
gettext "Index was not unstashed." &&
|
||||
echo
|
||||
) >&2
|
||||
fi
|
||||
exit $status
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user