From 112b7a576941d9b30f20edb3f0462b5decd80a03 Mon Sep 17 00:00:00 2001
From: Alan Lord <alanslists@gmail.com>
Date: Mon, 15 Jun 2020 12:35:37 +0100
Subject: [PATCH] Fix another typo in British English Language pack

---
 .../translations/BritishLanguagePack_br_br/modules/Contacts.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Contacts.php b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Contacts.php
index f9cf937c4..27d06ef4f 100644
--- a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Contacts.php
+++ b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Contacts.php
@@ -39,7 +39,7 @@ $languageStrings = array(
 	'Other State'                  => 'Delivery County'             , 
 	'Other Zip'                    => 'Delivery Postcode'           , 
 	'Other Country'                => 'Delivery Country'            , 
-	'Other Po Box'                 => 'Other P.O. Box'              , 
+	'Other Po Box'                 => 'Delivery P.O. Box'           , 
 	'Contact Image'                => 'Contact Image'               , 
 	'Mr.'                          => 'Mr.'                         , 
 	'Ms.'                          => 'Ms.'                         , 
-- 
GitLab