Explorar o código

adding space between sentences.

tokul %!s(int64=20) %!d(string=hai) anos
pai
achega
170798beb6
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/about.php

+ 4 - 0
src/about.php

@@ -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>');
 ?>