X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ffortune%2Ffunctions.php;h=059a9db43cdb39019a8f55e3a3519c454f3f994d;hp=f5851d9f31e0d272fb9fcbfdf38245444bab565b;hb=b986936a2d4ec98f1e07c1091b655b20794ffe3f;hpb=f706da9f60a13eb316b4f4576dcb151ef9e642ad;ds=sidebyside diff --git a/plugins/fortune/functions.php b/plugins/fortune/functions.php index f5851d9f..059a9db4 100644 --- a/plugins/fortune/functions.php +++ b/plugins/fortune/functions.php @@ -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); }