From 9c8425cd9881dc829e35dc4a636c38006d04a6e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 14 Sep 2010 11:43:41 +0000 Subject: [PATCH] gettextize: git-stash echo + gettext message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Ævar Arnfjörð Bjarmason --- git-stash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-stash.sh b/git-stash.sh index d947e68e3..b6386665f 100755 --- a/git-stash.sh +++ b/git-stash.sh @@ -401,7 +401,7 @@ apply_stash () { status=$? if test -n "$INDEX_OPTION" then - echo >&2 'Index was not unstashed.' + echo >&2 "$(gettext "Index was not unstashed.")" fi exit $status fi -- 2.30.2