X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=i18n-diff-auditor;h=d0b6e07074a96e620b8b491506b03861d2c27c15;hp=e2c010142d334bc42b439bf8b9c590e7a9c95802;hb=d5a04ee68cb3ed5c2853bae83b132505b850a5e6;hpb=1b5fa179018c14bb6bc8cd9149dee0a4ea7085bc diff --git a/i18n-diff-auditor b/i18n-diff-auditor index e2c01014..d0b6e070 100755 --- a/i18n-diff-auditor +++ b/i18n-diff-auditor @@ -275,7 +275,7 @@ sub analyse_chunk_core () { } if ($ye eq 'f_') { my $fmt = $y->{V}; - die "no percent in _f string\n" unless $fmt =~ m{\%}; + die "no percent in f_ string\n" unless $fmt =~ m{\%}; next unless $string_changed; die "f_ old string '-quoted\n" if $x->{Q} ne '"'; my $xs = $x->{V};