From cff7a9ae44584a2cf16fefedb299da6c8ea732f1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Oct 2018 03:22:52 +0100 Subject: [PATCH] i18n: i18n-diff-auditor: fix a message Signed-off-by: Ian Jackson --- i18n-diff-auditor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- 2.30.2