adding space between sentences.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 20 Mar 2005 16:59:12 +0000 (16:59 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 20 Mar 2005 16:59:12 +0000 (16:59 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9111 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/about.php

index 34738dd96f5c6ae19aa63d792c1944651765302e..23ab8fdcf9a75f5cf296a7fac08ebec0f4b8564d 100644 (file)
@@ -55,6 +55,10 @@ echo "<br />\n<br />\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."),'<a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">','</a>');
 
 // 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."),'<a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">','</a>');
 
+// 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."),'<a href="http://www.squirrelmail.org/" target="_blank">','</a>');
 ?>
 // 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."),'<a href="http://www.squirrelmail.org/" target="_blank">','</a>');
 ?>