Merge pull request #2423 from eileenmcnaughton/CRM-14139-static
[civicrm-core.git] / templates / CRM / Contact / Form / Edit / Address.tpl
index d2c035b486e7bff6581fb23b5df7e38828736a15..8e9b0125fd29175d1f51a659f12cec562bc4bafe 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -28,7 +28,7 @@
 {* @var $blockId Contains the current address block id, and assigned in the  CRM/Contact/Form/Location.php file *}
 
 {if $title and $className eq 'CRM_Contact_Form_Contact'}
-<div id = "addressBlockId" class="crm-accordion-wrapper crm-address-accordion collapsed">
+<div id="addressBlockId" class="crm-accordion-wrapper crm-address-accordion collapsed">
  <div class="crm-accordion-header">
     {$title}
  </div><!-- /.crm-accordion-header -->
@@ -36,7 +36,7 @@
 {/if}
 
  <div id="Address_Block_{$blockId}" {if $className eq 'CRM_Contact_Form_Contact'} class="boxBlock crm-edit-address-block crm-address_{$blockId}"{/if}>
-  {if $blockId gt 1}<fieldset><legend>{ts}Additional Address{/ts}</legend>{/if}
+  {if $blockId gt 1}<fieldset><legend>{ts}Supplemental Address{/ts}</legend>{/if}
   <table class="form-layout-compressed crm-edit-address-form">
      {if $masterAddress.$blockId gt 0 }
         <tr><td><div class="message status"><div class="icon inform-icon"></div>&nbsp; {ts 1=$masterAddress.$blockId}This address is shared with %1 contact record(s). Modifying this address will automatically update the shared address for these contacts.{/ts}</div></td></tr>