Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- git-bisect.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-bisect.sh b/git-bisect.sh index d0d95f6..1274f11 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 -- 1.7.3.rc1.234.g8dc15 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html