aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-12-31 06:17:27 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-12-31 06:17:27 +0000
commit4ad856927ba7174a569b706340aebebfbf85e922 (patch)
tree248b6c08376734f821d3ec09f95c88b21624c2e1 /h-source/Application/Include
parentb381d1188565cf2ed5a2fc8e0b634af282922d28 (diff)
improved the way the template is built
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r--h-source/Application/Include/vendorTranslations.php1
1 files changed, 1 insertions, 0 deletions
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);