diff options
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 6d5eb53..45df63b 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -34,6 +34,7 @@ function betterVendor($string) "One-Laptop-per-Child-Non-Profit" => "One Laptop per Child (Non-Profit)", "ZaReason-Inc" => "ZaReason, Inc", "Blue-Light" => "Blue Light", + "Openpandora-Ltd" => "Openpandora Ltd.", ); return (array_key_exists($string,$exceptions)) ? $exceptions[$string] : $vendors->getFullName($string); |