Pretty simple, but I can't find where to change the verbiage to the confirmation email. At a point in the email, it says "Your order has been updated. New status: Delivered."
All I want to do is change "delivered" to shipped. I found where the string is located (admin/includes/languages/english/orders.php) where it reads
Obviously, this %s is referring to something somewhere that I need to change, which I can't find.Code:define('EMAIL_TEXT_STATUS_LABEL', '<strong>New status:</strong> %s' . "\n\n");
Thanks in advance.




