From c8f366b76e68b67fbc26583c25b21446bacc0e3d Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Sat, 18 Mar 2017 18:52:48 +0100 Subject: [PATCH] Issue #119 - Remove 3 newline chars, that crept in... --- src/language_en.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/language_en.h b/src/language_en.h index 2b23455..aac3a3c 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -227,13 +227,13 @@ static languageDefinition language_en = { whichPluralForm_en, { - The URL should not be translated unless you find a matching URL in your language. */ TEXT_ACCESS_ADVICE1, 0, "For further advice on how to make your pages accessible\n" - "see http://www.w3.org/WAI/GL.\n" + "see http://www.w3.org/WAI/GL." }, {/* This console output should be limited to 78 characters per line. - The URL should not be translated unless you find a matching URL in your language. */ TEXT_ACCESS_ADVICE2, 0, "For further advice on how to make your pages accessible\n" - "see http://www.w3.org/WAI/GL and http://www.html-tidy.org/accessibility/.\n" + "see http://www.w3.org/WAI/GL and http://www.html-tidy.org/accessibility/." }, {/* This console output should be limited to 78 characters per line. */ TEXT_USING_LAYER, 0, @@ -262,7 +262,7 @@ static languageDefinition language_en = { whichPluralForm_en, { }, {/* This console output should be limited to 78 characters per line. */ TEXT_USING_BODY, 0, - "You are recommended to use CSS to specify page and link colors\n" + "You are recommended to use CSS to specify page and link colors" }, {/* This console output should be limited to 78 characters per line. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */