From 7c20a8a787d1ef399c56515a847610c0f8d12147 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 c877daaa18..799a3e09ce 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 $@ -- 2.47.3