From 5309e5cef6495d2bd630a052d665881426f2cc85 Mon Sep 17 00:00:00 2001 From: Ray Foss <rayfoss@users.noreply.github.com> Date: Fri, 16 Dec 2016 08:39:48 -0600 Subject: [PATCH] banlist Now sold exclusively without Crowdin commits. --- scp/banlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp/banlist.php b/scp/banlist.php index a905f6853..742938d1b 100644 --- a/scp/banlist.php +++ b/scp/banlist.php @@ -63,7 +63,7 @@ if($_POST && !$errors && $filter){ $_REQUEST['a']=null; //Add filter rule here. }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; case 'mass_process': -- GitLab