From: Ævar Arnfjörð Bjarmason Date: Tue, 14 Sep 2010 12:12:51 +0000 (+0000) Subject: gettextize: git-bisect gettext + echo message X-Git-Tag: ko-pu~10^2~11 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8129d4a7dfdceacc8e1f00b07a86a2b191311bd6;p=git.git gettextize: git-bisect gettext + echo message Signed-off-by: Ævar Arnfjörð Bjarmason --- diff --git a/git-bisect.sh b/git-bisect.sh index d0d95f6eb..1274f112e 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -306,7 +306,7 @@ bisect_visualize() { bisect_reset() { test -s "$GIT_DIR/BISECT_START" || { - echo "We are not bisecting." + gettext "We are not bisecting."; echo return } case "$#" in @@ -406,7 +406,7 @@ bisect_run () { fi if sane_grep "is the first bad commit" "$GIT_DIR/BISECT_RUN" > /dev/null; then - echo "bisect run success" + gettext "bisect run success"; echo exit 0; fi