aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/vendorTranslations.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-09-09 15:48:58 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-09-09 15:48:58 +0000
commit8d7619d5ffe9bd308ae628cc8243de3d572ff9d9 (patch)
tree743027d6e936233f49b4baa8dc6c06a9cd3ee415 /h-source/Application/Include/vendorTranslations.php
parent435e3c857fa38943345ffc0290025a7c65a79cc7 (diff)
added vendor name
Diffstat (limited to 'h-source/Application/Include/vendorTranslations.php')
-rw-r--r--h-source/Application/Include/vendorTranslations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php
index 2414e1b..b6c2093 100644
--- a/h-source/Application/Include/vendorTranslations.php
+++ b/h-source/Application/Include/vendorTranslations.php
@@ -4220,7 +4220,7 @@ function betterVendor($string)
'eMPIA-Technology-Inc.' => 'eMPIA Technology, Inc.',
'KWorld' => 'KWorld',
'Hewlett-Packard' => 'Hewlett Packard',
-
+ 'Sunplus-Innovation-Technology-Inc' => 'Sunplus Innovation Technology Inc',
);
return (array_key_exists($string,$names)) ? $names[$string] : $string;