From 92a5db68d0a629653d419dbd5e71266f5a47d334 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:10:46 +0000 Subject: [PATCH] Fix translations build logging when translation is disabled (#2468) Remove spurious \n character. --- errors/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/Makefile.am b/errors/Makefile.am index c877daaa188..799a3e09cef 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -68,7 +68,7 @@ NOTIDY=`$(PO2HTML) --help | grep -o "[-]-notidy"` echo "Done translating $$lang"; \ else \ lang=$(@:.lang=); \ - echo "Translation of $$lang disabled\n"; \ + echo "Translation of $$lang disabled"; \ fi; \ touch $@