update checkMissingTranslation.pl

This commit is contained in:
tateisu 2019-12-11 06:41:16 +09:00
parent d80de3f940
commit bf2882e1c7
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ for my $file(@files){
}
my $data = $xml->XMLin($file);
if( not $data->{string} or ($data->{string}{content} and not ref $data->{string}{content} )){
warn "!! please make at least 2 string entries in $file\n";
warn "?? please make at least 2 string entries in $file\n";
next;
}