diff --git a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Contacts.php b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Contacts.php
index b7147edfd8b2b1ecfdc5b4dc0a31f93f061db160..f9cf937c4668e8b3ca84f9f96e746db48b0cf16a 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
+);