Fix for security token missing in newmail plugin (#2919418).
[squirrelmail.git] / plugins / fortune / functions.php
index f5851d9f31e0d272fb9fcbfdf38245444bab565b..7495a966216fa1c5ad07ded81b605895d0a41468 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Fortune plugin functions
  *
- * @copyright © 2004-2007 The SquirrelMail Project Team
+ * @copyright 2004-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -45,7 +45,7 @@ function fortune_function() {
     }
     /* if pclose return != 0, popen command failed. Yes, I know that it is broken when --enable-sigchild is used */
     if (pclose($handle)) {
-        // %s shows executed fortune cookie command.
+        // i18n: %s shows executed fortune cookie command.
         $fortune = sprintf(_("Unable to execute \"%s\"."),$fortune_command);
     }