diff --git a/include/class.ticket.php b/include/class.ticket.php index 67c1ce7344da3e4a3cf83ec13fef0da89068bd0c..593846f58e9bbf1f4de9031b6ced47d59291c602 100644 --- a/include/class.ticket.php +++ b/include/class.ticket.php @@ -882,7 +882,7 @@ class Ticket { // ticket, the ticket is opened and thereafter the status is set to // the requested status). 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(), $status, $thisstaff ?: 'SYSTEM');