From: Jonathan Blake Date: Sun, 11 Feb 2018 00:04:21 +0000 (+0000) Subject: added RESISTANCE to the list of acceptable uppercase words X-Git-Tag: 20180215~36 X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=0b8179f4f09736b015607ed74574d41573de39cd added RESISTANCE to the list of acceptable uppercase words (previous log entry was for TARGET) git-svn-id: https://projectaon.org/data/trunk@2662 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- diff --git a/common/scripts/gblint.pl b/common/scripts/gblint.pl index 996c21d..69cc5d1 100755 --- a/common/scripts/gblint.pl +++ b/common/scripts/gblint.pl @@ -308,6 +308,7 @@ while( my $line = <> ) { $1 ne "WILLPOWER" && $1 ne "HAVOC" && $1 ne "TARGET" && + $1 ne "RESISTANCE" && $1 ne "CLOSE") || ($language eq 'es' && $1 ne 'DESTREZA' &&