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

---
 .../BritishLanguagePack_br_br/modules/Contacts.php        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Contacts.php b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Contacts.php
index b7147edfd..f9cf937c4 100644
--- a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Contacts.php
+++ b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Contacts.php
@@ -15,8 +15,8 @@ $languageStrings = array(
 	'LBL_CONTACT_INFORMATION'      => 'Contact Information'         , 
 	'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Customer Portal Information' , 
 	'LBL_IMAGE_INFORMATION'        => 'Contact Image Information:'  , 
-	'LBL_COPY_OTHER_ADDRESS'       => 'Copy Other Address'          , // TODO: Review
-	'LBL_COPY_MAILING_ADDRESS'     => 'Copy Mailing Address'        , // TODO: Review
+	'LBL_COPY_OTHER_ADDRESS'       => 'Copy Delivery Address'          , // TODO: Review
+	'LBL_COPY_MAILING_ADDRESS'     => 'Copy Invoice Address'        , // TODO: Review
 	'Office Phone'                 => 'Office Phone'                , 
 	'Home Phone'                   => 'Home Phone'                  , 
 	'Title'                        => 'Job Title'                   , 
@@ -33,7 +33,7 @@ $languageStrings = array(
 	'Mailing State'                => 'Invoice County'              , 
 	'Mailing Zip'                  => 'Invoice Postcode'            , 
 	'Mailing Country'              => 'Invoice Country'             , 
-	'Mailing Po Box'               => 'Mailing P.O. Box'            , 
+	'Mailing Po Box'               => 'Invoice P.O. Box'            , 
 	'Other Street'                 => 'Delivery Street'             , 
 	'Other City'                   => 'Delivery City'               , 
 	'Other State'                  => 'Delivery County'             , 
@@ -57,4 +57,4 @@ $languageStrings = array(
 
 );
 $jsLanguageStrings = array(
-);
\ No newline at end of file
+);
-- 
GitLab