From 7e03109da4c627105b6b8f5e813302d20b28727a Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Tue, 14 Apr 2015 10:14:40 -0500 Subject: [PATCH] i18n: Status changed from %s to %s by %s: allow token rearranging --- include/class.ticket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class.ticket.php b/include/class.ticket.php index 67c1ce734..593846f58 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'); -- GitLab