X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Flistcommands%2Fmailout.php;h=08d729ec8e3a35824c64b8e315e2a99d5f21d1c2;hp=6f608f26a590772a65841622d0fdbf588d3448e0;hb=83feb57ae0869996d6ae0c78511017e1872c589a;hpb=4a6bbb4927f6601684a6cea23edd50117911eeec diff --git a/plugins/listcommands/mailout.php b/plugins/listcommands/mailout.php index 6f608f26..08d729ec 100644 --- a/plugins/listcommands/mailout.php +++ b/plugins/listcommands/mailout.php @@ -25,13 +25,13 @@ html_tag( 'table', '', 'center', $color[0], 'border="0" width="75%"' ) . "\n" . html_tag( 'td', '', 'left' ); switch ( $action ) { -case 'Help': +case 'help': $out_string = _("This will send a message to %s requesting help for this list. You will receive an emailed response at the address below."); break; -case 'Subscribe': +case 'subscribe': $out_string = _("This will send a message to %s requesting that you will be subscribed to this list. You will be subscribed with the address below."); break; -case 'Unsubscribe': +case 'unsubscribe': $out_string = _("This will send a message to %s requesting that you will be unsubscribed from this list. It will try to unsubscribe the adress below."); }