X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Flistcommands%2Fmailout.php;h=c99d7cfa7d285fb1f089f2ae00f0840baa9e0dc1;hp=a46815694fc5a4a350262ade375faf155f789513;hb=519f07d7fc7262e197187dafaa2ab694c90dfe3c;hpb=ba14ec050c633fba4577cacd0e5526ab4daaa1b8;ds=sidebyside
diff --git a/plugins/listcommands/mailout.php b/plugins/listcommands/mailout.php
index a4681569..c99d7cfa 100644
--- a/plugins/listcommands/mailout.php
+++ b/plugins/listcommands/mailout.php
@@ -1,8 +1,11 @@
\n"
switch ( $action ) {
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.");
+ $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':
- $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.");
+ $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':
$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.");