summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genlang4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genlang b/tools/genlang
index 448784e49e..659e5f44e1 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 !~ /^\"(.*)\" *$/)) ||
65 (($var eq "eng") && ($value !~ /^\"(.*)\"$/)) ) { 65 (($var eq "eng") && ($value !~ /^\"(.*)\" *$/)) ) {
66 print "missing quotes on line $line for ".$set{'id'}."\n"; 66 print "missing quotes on line $line for ".$set{'id'}."\n";
67 next; 67 next;
68 } 68 }