diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-15 16:56:28 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-15 16:56:28 +0000 |
commit | 7f6e4376f546a6f9ebcee4f85a09efa914907f0e (patch) | |
tree | 5f85ccdec696acda299cdb4b0cb0afe4b9924fa6 /h-source/Application/Include/vendorTranslations.php | |
parent | edaf9574b90e742d05ab1bf33f4597b70375fcf1 (diff) |
added CLEVO vendor - virgolus issue
Diffstat (limited to 'h-source/Application/Include/vendorTranslations.php')
-rw-r--r-- | h-source/Application/Include/vendorTranslations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php index adb06ce..1b37549 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -4223,6 +4223,7 @@ function betterVendor($string) 'Hewlett-Packard' => 'Hewlett Packard', 'Sunplus-Innovation-Technology-Inc' => 'Sunplus Innovation Technology Inc', 'Feiya-Technology-Corp' => 'Feiya Technology Corp.', + "CLEVO-CO" => "CLEVO CO.", ); return (array_key_exists($string,$names)) ? $names[$string] : $string; |