From 8be4d0b5540b868daea35ae2f217b8b06a41da92 Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 25 Mar 2025 22:55:58 +0000 Subject: [PATCH] Bug 39458: Fix typo in unconsistent This patch changes "unconsistent" into "inconsistent" in the translator. --- misc/translator/tmpl_process3.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/translator/tmpl_process3.pl b/misc/translator/tmpl_process3.pl index 83d5f4c29a..2d463d2412 100755 --- a/misc/translator/tmpl_process3.pl +++ b/misc/translator/tmpl_process3.pl @@ -335,7 +335,7 @@ if ( defined $href ) { || $msg->{msgstr} eq '""' || $msg->{obsolete} || grep { /fuzzy/ } @{ $msg->{_flags} }; - warn_normal( "unconsistent %s count: ($id_count/$str_count):\n" + warn_normal( "inconsistent %s count: ($id_count/$str_count):\n" . " line: " . $msg->{loaded_line_number} . "\n" . " msgid: " -- 2.39.5