Skip to content
Snippets Groups Projects
Commit 7e03109d authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Status changed from %s to %s by %s: allow token rearranging

parent c6cff620
Branches
Tags
No related merge requests found
...@@ -882,7 +882,7 @@ class Ticket { ...@@ -882,7 +882,7 @@ class Ticket {
// ticket, the ticket is opened and thereafter the status is set to // ticket, the ticket is opened and thereafter the status is set to
// the requested status). // the requested status).
if ($current_status = $this->getStatus()) { if ($current_status = $this->getStatus()) {
$note = sprintf(__('Status changed from %s to %s by %s'), $note = sprintf(__('Status changed from %1$s to %2$s by %3$s'),
$this->getStatus(), $this->getStatus(),
$status, $status,
$thisstaff ?: 'SYSTEM'); $thisstaff ?: 'SYSTEM');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment