aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/vendorTranslations.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2013-04-06 21:10:36 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2013-04-06 21:10:36 +0000
commit5a1b961e75af047b792814208f36a196f4140644 (patch)
tree4e3200d54c955227e0a9e3087e603f61ebc84e9d /h-source/Application/Include/vendorTranslations.php
parent8891e3091e53ac23c8b3d67e84ce4b5ff1eede4f (diff)
added some vendors -rsandu 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 45df63b..bb86b76 100644
--- a/h-source/Application/Include/vendorTranslations.php
+++ b/h-source/Application/Include/vendorTranslations.php
@@ -35,6 +35,7 @@ function betterVendor($string)
"ZaReason-Inc" => "ZaReason, Inc",
"Blue-Light" => "Blue Light",
"Openpandora-Ltd" => "Openpandora Ltd.",
+ "Packard-Bell" => "Packard Bell",
);
return (array_key_exists($string,$exceptions)) ? $exceptions[$string] : $vendors->getFullName($string);