Make some use of the 'first line of translatable string' variable

This commit is contained in:
Alexander van Gessel 2012-02-26 15:35:59 +01:00
parent cbea9b7720
commit 18b0becd93

View File

@ -111,7 +111,7 @@ sub read_wml_file {
if ($translatable and $domainstack[0] eq $domain) {
my $msg = "\"\"\n" . raw2postring($str);
push @{$messages{$msg}}, "$file:$." ;
push @{$messages{$msg}}, "$file:$line" ;
push @{$nodeinfostack[-1][1]}, $msg if $valid_wml;
}
$str = undef;