X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Ffilters%2Foptions.php;h=5706aad5fec39f10dc561981290c6a0d06546ede;hb=74091b64ffddec9db154d7a76c202b98401b1117;hp=f439ad07e0b331bd1fed78a7bef65623c5ef3f07;hpb=595848f9dbf9fda650ca1809f94702043dbc0f79;p=squirrelmail.git diff --git a/plugins/filters/options.php b/plugins/filters/options.php index f439ad07..5706aad5 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -85,7 +85,7 @@ if (sqgetGlobalVar('filter_submit',$filter_submit,SQ_POST)) { $filter_what = str_replace('"', '"', $filter_what); if (($filter_where == 'Header') && (strchr($filter_what,':') == '')) { - do_error(_("WARNING! Header filters should be of the format \"Header: value\"")); + do_error(_("WARNING! Header filters should be of the format "Header: value"")); $action = 'edit'; } setPref($data_dir, $username, 'filter'.$theid, $filter_where.','.$filter_what.','.$filter_folder);