From 11c6693b97f23df0984a03911aefe28fd9d0cbc2 Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Wed, 11 Feb 2026 02:59:56 +0100 Subject: [PATCH] Bug 41216: (QA follow-up): fix path of xt/author/tt_valid.t in comment Signed-off-by: Victor Grousset/tuxayo --- 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 41ed676261f..bd5abaf8c68 100755 --- a/misc/translator/tmpl_process3.pl +++ b/misc/translator/tmpl_process3.pl @@ -65,7 +65,7 @@ sub text_replace_tag { for my $a ( 'alt', 'content', 'title', 'value', 'label', 'placeholder', 'aria-label' ) { if ( $attr->{$a} ) { - # xt/tt_valid.t must be adjusted if the following conditions are modified + # xt/author/tt_valid.t must be adjusted if the following conditions are modified next if $a eq 'label' && $tag ne 'optgroup'; next if $a eq 'content' && $tag ne 'meta'; next -- 2.53.0