chiark / gitweb /
i18n: dgit: mark some messages (2)
[dgit.git] / i18n-diff-auditor
index e2c010142d334bc42b439bf8b9c590e7a9c95802..d0b6e07074a96e620b8b491506b03861d2c27c15 100755 (executable)
@@ -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};