From 49315c35756db76e349fb1b195aaef4458be84bf Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 22 Sep 2025 16:42:48 +0200 Subject: [PATCH] Bug 30915: Fix spelling WARN spelling nWe ==> new Signed-off-by: Jonathan Druart --- installer/data/mysql/atomicupdate/bug_30915.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_30915.pl b/installer/data/mysql/atomicupdate/bug_30915.pl index 8b11bd7f2b3..1fed6b1311b 100755 --- a/installer/data/mysql/atomicupdate/bug_30915.pl +++ b/installer/data/mysql/atomicupdate/bug_30915.pl @@ -17,7 +17,8 @@ return { say_warning( $out, q|We discovered that your notices as mentioned below are still using Context.Scalar. Please adjust them by following the instructions on Bugzilla report 30915. In most cases [% Context.Scalar($x,$y) %] should simply be [% $x.$y %].| - . qq|\nWe found the following notices: | + . qq|\n| + . q|We found the following notices: | . join( ', ', @$notices ) . q|.| ); } -- 2.34.1