From de65325fc31fb7698dee940de0a2d2389802a2ec Mon Sep 17 00:00:00 2001 From: gdrooid Date: Wed, 26 Nov 2014 19:35:47 +0100 Subject: [PATCH] [i18n] Don't localize legal output. --- tomb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tomb b/tomb index b235ff8..43297e7 100755 --- a/tomb +++ b/tomb @@ -2666,9 +2666,12 @@ main() { _print " For the latest sourcecode go to " _print "\000" option_is_set -v && { + local langwas=$LANG + LANG=en _print " This source code is distributed in the hope that it will be useful," _print " but WITHOUT ANY WARRANTY; without even the implied warranty of" _print " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + LANG=$langwas _print " When in need please refer to ." _print "\000" _print "System utils:"