summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/genlang4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genlang b/tools/genlang
index 39f1696e8c..de9dd43920 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -61,8 +61,8 @@ while(<LANG>) {
61 61
62 $set{$var} = $value; 62 $set{$var} = $value;
63 63
64 if( (($var eq "new") && $value && ($value !~ /^\"(.*)\" *$/)) || 64 if( (($var eq "new") && $value && ($value !~ /^\"(.*)\"\W*$/)) ||
65 (($var eq "eng") && ($value !~ /^\"(.*)\" *$/)) ) { 65 (($var eq "eng") && ($value !~ /^\"(.*)\"\W*$/)) ) {
66 print "$input:$line:missing quotes for ".$set{'id'}."\n"; 66 print "$input:$line:missing quotes for ".$set{'id'}."\n";
67 $errors++; 67 $errors++;
68 next; 68 next;