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
No related branches found
No related tags found
No related merge requests found
...@@ -202,9 +202,9 @@ if($_POST && !$errors): ...@@ -202,9 +202,9 @@ if($_POST && !$errors):
$ticket=null; $ticket=null;
} elseif(!$errors['err']) { } elseif(!$errors['err']) {
$errors['err']=sprintf('%s %s', $errors['err']=sprintf('%s %s',
__('Unable to update %s.'), sprintf(__('Unable to update %s.'), __('this ticket')),
__('ticket'), __('Correct any errors below and try again.')
__('Correct any errors below and try again.')); );
} }
break; break;
case 'process': case 'process':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment