Skip to content
Snippets Groups Projects
Commit 4d3443b5 authored by Michael's avatar Michael Committed by GitHub
Browse files

Merge pull request #3 from Chefkeks/rayfoss-patch-1

Thanks @rayfoss :smiley: 
parents 0117b87f 5309e5ce
Branches
Tags
No related merge requests found
...@@ -63,7 +63,7 @@ if($_POST && !$errors && $filter){ ...@@ -63,7 +63,7 @@ if($_POST && !$errors && $filter){
$_REQUEST['a']=null; $_REQUEST['a']=null;
//Add filter rule here. //Add filter rule here.
}elseif(!$errors['err']){ }elseif(!$errors['err']){
$errors['err']=sprintf('%s %s', __('Error creating %s.'), __('ban rule'), __('Please try again!')); $errors['err']=sprintf('%s %s', sprintf(__('Error creating %s.'), __('ban rule')), __('Please try again!'));
} }
break; break;
case 'mass_process': case 'mass_process':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment