From aeaa8b83c9977a574565410523b546f10eeb382f Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Fri, 31 Jul 2026 18:09:08 +0000 Subject: [PATCH] nit: fix Translations build output --- 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 $@