From 4ad856927ba7174a569b706340aebebfbf85e922 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 31 Dec 2012 06:17:27 +0000 Subject: improved the way the template is built --- h-source/Application/Include/vendorTranslations.php | 1 + 1 file changed, 1 insertion(+) (limited to 'h-source/Application/Include') diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php index 6d5eb53..45df63b 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -34,6 +34,7 @@ function betterVendor($string) "One-Laptop-per-Child-Non-Profit" => "One Laptop per Child (Non-Profit)", "ZaReason-Inc" => "ZaReason, Inc", "Blue-Light" => "Blue Light", + "Openpandora-Ltd" => "Openpandora Ltd.", ); return (array_key_exists($string,$exceptions)) ? $exceptions[$string] : $vendors->getFullName($string); -- cgit v1.2.3