information about administrative restrictions in bug_report plugin
[squirrelmail.git] / src / about.php
index 34738dd96f5c6ae19aa63d792c1944651765302e..2a77952e07eb8d5cabc02f7972ef8f67d1bc1580 100644 (file)
@@ -3,9 +3,6 @@
 /**
  * about.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * An "about box" detailing SquirrelMail info.
  *
  * TODO:
@@ -13,6 +10,8 @@
  * - What more information is needed?
  * - Display of system information might be restricted
  *
+ * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
@@ -55,6 +54,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>');
 ?>
@@ -79,10 +82,11 @@ if ( count ($plugins) > 0 ) {
 } else {
     echo '<em>'._("none installed")."</em>\n\n";
 }
+
 ?>
 </small>
 <br /><br />
 </td></tr>
 <tr><td align="center">&copy; 1999 - 2005 The SquirrelMail Project Team</td></tr>
 </table></p>
-</body></html>
+</body></html>
\ No newline at end of file