Add PHP index file
[squirrelmail.git] / plugins / fortune / functions.php
index f5851d9f31e0d272fb9fcbfdf38245444bab565b..059a9db43cdb39019a8f55e3a3519c454f3f994d 100644 (file)
@@ -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);
     }