aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/vendorTranslations.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-06-13 13:34:30 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-06-13 13:34:30 +0000
commit49eb7cf909c9dea7a7f0ae136bc3f52699664140 (patch)
tree2243b56efd454339d3efc60163b86c990565b643 /h-source/Application/Include/vendorTranslations.php
parentfad53c421cae174bcdfd6d6d4ffdaa5da40a2c5c (diff)
added Blue Light vendor - joseluis issue
Diffstat (limited to 'h-source/Application/Include/vendorTranslations.php')
-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 8d6e25b..09d1298 100644
--- a/h-source/Application/Include/vendorTranslations.php
+++ b/h-source/Application/Include/vendorTranslations.php
@@ -28,6 +28,7 @@ function betterVendor($string)
$exceptions = array(
"One-Laptop-per-Child-Non-Profit" => "One Laptop per Child (Non-Profit)",
"ZaReason-Inc" => "ZaReason, Inc",
+ "Blue-Light" => "Blue Light",
);
return (array_key_exists($string,$exceptions)) ? $exceptions[$string] : $vendors->getFullName($string);