16 Nov 2007, 10:35 PM
New Zenner
- Join Date:
- Nov 2007
- Location:
- Italy
- Posts:
- 5
- Plugin Contributions:
- 1
[Done v2.0.0] minor-bug: hardcoded text in admin/order.php
Hello everybody!
Found a minor bug in admin/orders.php:
line 807 is:
$contents[] = array('text' => 'Products Ordered: ' . sizeof($order->products) );
it should be:
$contents[] = array('text' => TEXT_INFO_ORDER_PRODUCTS_ORDERED . ' ' . sizeof($order->products) );
Greetings!