On the admin screen where you change the status of the order, I wanted to show the current status, so I added a couple of lines…
```php
Current {$lang.status}: {$order_info.status}
```
But this shows the status "code" (i.e. "C" or "P") - How can I make it show the wording of the status.. i.e. "Complete"
BTW, in case you want to knwo why I did this, it's to stop me from updating the status twice, and sending out emails twice..