Skip to content
Snippets Groups Projects
Commit 7b0355b8 authored by Michael's avatar Michael
Browse files

Oops... Fixed translation

First: Thanks for reviewing Jared!
Second: Re-checked all occurrences of `sprintf('%s %s` to make sure other translations are correct. Just found this one here to be not correct, so others are fine.
parent 202ff3d2
Branches
Tags
No related merge requests found
......@@ -202,9 +202,9 @@ if($_POST && !$errors):
$ticket=null;
} elseif(!$errors['err']) {
$errors['err']=sprintf('%s %s',
__('Unable to update %s.'),
__('ticket'),
__('Correct any errors below and try again.'));
sprintf(__('Unable to update %s.'), __('this ticket')),
__('Correct any errors below and try again.')
);
}
break;
case 'process':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment