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
Ævar Arnfjörð Bjarmason 2011-05-21 18:44:11 +00:00 committed by Junio C Hamano
parent 8a583bec74
commit 365c656a70
1 changed files with 4 additions and 1 deletions

View File

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