Moving HTML out of strings and updating some tags to XHTML
[squirrelmail.git] / plugins / filters / options.php
index f439ad07e0b331bd1fed78a7bef65623c5ef3f07..5706aad5fec39f10dc561981290c6a0d06546ede 100644 (file)
@@ -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,':') == '')) {
         $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);
            $action = 'edit';
        }
        setPref($data_dir, $username, 'filter'.$theid, $filter_where.','.$filter_what.','.$filter_folder);