summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xi18n-diff-auditor2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n-diff-auditor b/i18n-diff-auditor
index e2c0101..d0b6e07 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};