adding space between sentences.
[squirrelmail.git] / 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>');
 
+// 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>');
 ?>