aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/vendorTranslations.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-11-04 16:55:35 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-11-04 16:55:35 +0000
commitb7a36e4d34b6b89155bd3737c778f7c0f31bf490 (patch)
tree1b25e0c3f35acee0c38819b8dcb36196e5aeec8b /h-source/Application/Include/vendorTranslations.php
parentecc6960a5042479544c8c9585536bb139bcc6b3c (diff)
added vendor - Ark 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 4c6cca7..adb06ce 100644
--- a/h-source/Application/Include/vendorTranslations.php
+++ b/h-source/Application/Include/vendorTranslations.php
@@ -4222,6 +4222,7 @@ function betterVendor($string)
'KWorld' => 'KWorld',
'Hewlett-Packard' => 'Hewlett Packard',
'Sunplus-Innovation-Technology-Inc' => 'Sunplus Innovation Technology Inc',
+ 'Feiya-Technology-Corp' => 'Feiya Technology Corp.',
);
return (array_key_exists($string,$names)) ? $names[$string] : $string;