I18n string fix
[squirrelmail.git] / src / signout.php
index fca146a85f0bbddc300432a4a7786a6c9990d4d9..9d2d5735a5a10d2583a768616602a87d111d6b2f 100644 (file)
@@ -8,11 +8,14 @@
  *
  *  Cleans up after the user. Resets cookies and terminates session.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../');
 
 /* SquirrelMail required files. */
@@ -65,7 +68,7 @@ if ($signout_page) {
 <?php
     }
 ?>
-   <title><?php echo $org_title ?> - Signout</title>
+   <title><?php echo $org_title . ' - ' . _("Signout"); ?></title>
 </head>
 <body text="<?php echo $color[8] ?>" bgcolor="<?php echo $color[4] ?>" 
 link="<?php echo $color[7] ?>" vlink="<?php echo $color[7] ?>"