I don't think that's going to work in this one though: ORDER_CREATION_SUCCESS_ON_WEBSITE_AT_DATE="We are pleased to confirm the creation of your order No. %s at %s on the %s at %s"
It currently renders "We are pleased to confirm the creation of your order No. 0014 at
shop.fava.org.au/
on the 05 September 2014 at 16:17" but if I changed the second %s, it would render "... order No. 0014 at FamilyVoice Shop on the
shop.fava.org.au/
at 05 September 2014."
I'd need to replace the second "%s", but as each variable is the same and are treated (presumably) in order, I can't just take a %s that is in the middle. I'd need to change what the actual "%s" variable is, I think.