From 6e0899c07fb8e5662142b5aeecb10de51571c740 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 20 Mar 2005 16:59:12 +0000 Subject: [PATCH] adding space between sentences. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9111 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/about.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/about.php b/src/about.php index 34738dd9..23ab8fdc 100644 --- a/src/about.php +++ b/src/about.php @@ -55,6 +55,10 @@ echo "
\n
\n"; // i18n: %s tags are used in order to remove html URL attributes from translation echo sprintf(_("SquirrelMail is a feature rich, standards compliant webmail application written in PHP. It was made by a group of volunteers united in the SquirrelMail Project Team and is released as open source, free software under the %sGNU General Public License%s."),'',''); +// add space between two sentences. +// Don't want to join two sprintf strings. +echo ' '; + // i18n: %s tags are used in order to remove html URL attributes from translation echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Project Team, see %sthe SquirrelMail website%s."),'',''); ?> -- 2.25.1