CRM-15603 - Standardize phrasing of 'This action cannot be undone.'
authorColeman Watts <coleman@civicrm.org>
Sat, 15 Nov 2014 22:35:31 +0000 (17:35 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:36 +0000 (08:41 -0500)
templates/CRM/Admin/Page/Navigation.tpl
templates/CRM/Contact/Form/Task/Delete.tpl
templates/CRM/Contact/Form/Task/Unhold.tpl
templates/CRM/Contact/Page/View/Delete.tpl
templates/CRM/Contribute/Form/PCP/Delete.tpl
templates/CRM/Event/Form/ManageEvent/Delete.tpl
templates/CRM/Grant/Form/Grant.tpl
templates/CRM/Group/Form/Delete.tpl
templates/CRM/PCP/Form/PCP/Delete.tpl

index 3fce13160c01f1d6cb35736a20db22546c38d6f4..55a78b9af798272bc4dd78ff6573362ae2b40f07 100644 (file)
           $("#navigation-tree").jstree('refresh');
           return false;
         }
-        var deleteMsg = {/literal}"{ts escape='js'}Are you sure you want to delete this menu item:{/ts}" + " "{literal} + menuName + {/literal}" ? {ts}This action can not be undone.{/ts}"{literal};
+        var deleteMsg = {/literal}"{ts escape='js'}Are you sure you want to delete this menu item:{/ts}" + " "{literal} + menuName + {/literal}" ? {ts}This action cannot be undone.{/ts}"{literal};
         var isDelete  = confirm( deleteMsg );
         if ( isDelete ) {
           var postURL = {/literal}"{crmURL p='civicrm/ajax/menutree' h=0 q='key='}{crmKey name='civicrm/ajax/menutree'}"{literal};
index 196ce1e156d547c62b9fe48e877e641bf933aadb..7a21e46c12d255460a3f1b02a9fe357149539aaa 100644 (file)
@@ -32,7 +32,7 @@
       {elseif $trash}
         {ts}Are you sure you want to delete the selected contact(s)?{/ts} {ts}The contact(s) and all related data will be moved to trash and only users with the relevant permission will be able to restore it.{/ts}
       {else}
-        {ts}Are you sure you want to delete the selected contact(s)?{/ts} {ts}The contact(s) and all related data will be permanently removed.{/ts} {ts}This operation cannot be undone.{/ts}
+        {ts}Are you sure you want to delete the selected contact(s)?{/ts} {ts}The contact(s) and all related data will be permanently removed.{/ts} {ts}This action cannot be undone.{/ts}
       {/if}
   </div>
 
index 48fdd4603488ce09efabf464ba9588c749120bce..38e10b946da47119f7fa901bf04cb4589ae05422 100644 (file)
@@ -27,7 +27,7 @@
 <div class="spacer"></div>
 <div class="messages status no-popup">
     <div class="icon inform-icon"></div>
-          <p>{ts}Are you sure you want to unhold email of selected contact(s)?.{/ts} {ts}This operation cannot be undone.{/ts}</p>
+          <p>{ts}Are you sure you want to unhold email of selected contact(s)?.{/ts} {ts}This action cannot be undone.{/ts}</p>
       <p>{include file="CRM/Contact/Form/Task.tpl"}</p>
     </div>
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl"}</div>
index 8ba1629e28a63cc76fad0a0d0a5afc373c4530df..3cb5fbd51d9693f2da6012c1bf953eeb9820806c 100644 (file)
@@ -27,7 +27,7 @@
 <div class="messages status no-popup">
 <div class="icon inform-icon"></div>
         <p>{ts  1=$displayName}Are you sure you want to delete the contact record and all related information for <strong>%1</strong>?{/ts}</p>
-        <p>{ts}This operation cannot be undone.{/ts}</p>
+        <p>{ts}This action cannot be undone.{/ts}</p>
 </div>
 <p>
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl"}</div>
index 735645d63a14ebeb1c02453a08a04b78aec55654..d9c693bdaafcf3d970498191e1654a2c198c0e19 100644 (file)
@@ -28,7 +28,7 @@
 <div class="messages status no-popup">
    <div class="icon inform-icon"></div>
   {ts 1=$title}Are you sure you want to delete Campaign Page '%1'?{/ts}<br />
-  {ts}This operation cannot be undone.{/ts}
+  {ts}This action cannot be undone.{/ts}
 </div>
 
 <div class="form-item">{$form.buttons.html}</div>
index 77949932a9cc11d879cade87dab181a7df38dbff..778d445b07fed7ba647515326548ba25b078b790 100644 (file)
@@ -32,9 +32,9 @@
    <div class="icon inform-icon"></div>
    <div>
        {if $isTemplate}
-         {ts}Warning: Deleting this event template will also delete associated Event Registration Page and Event Fee configurations.{/ts} {ts}This operation cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
+         {ts}Warning: Deleting this event template will also delete associated Event Registration Page and Event Fee configurations.{/ts} {ts}This action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
        {else}
-            {ts}Warning: Deleting this event will also delete associated Event Registration Page and Event Fee configurations.{/ts} {ts}This operation cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
+            {ts}Warning: Deleting this event will also delete associated Event Registration Page and Event Fee configurations.{/ts} {ts}This action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
        {/if}
    </div>
 </div>
index 7abe7e6b93108841234171bb4a003b048ddc62a3..c787fac3db2ace008eb654eeaae175638a2129d9 100644 (file)
@@ -33,7 +33,7 @@
   {if $action eq 8}
      <div class="messages status">
          <p><div class="icon inform-icon"></div>&nbsp;
-         {ts}Are you sure you want to delete this Grant?{/ts} {ts}This operation cannot be undone.{/ts}</p>
+         {ts}Are you sure you want to delete this Grant?{/ts} {ts}This action cannot be undone.{/ts}</p>
          <p>{include file="CRM/Grant/Form/Task.tpl"}</p>
      </div>
   {else}
index ffc9a5e2242cdd0df9dcc0a5abcc022f0f7d99e9..c80cb056345a87706fa4242d98dd5bf0b2d2064d 100644 (file)
@@ -33,7 +33,7 @@
     {if $count}
         {ts count=$count plural='This group currently has %count members in it.'}This group currently has one member in it.{/ts}
     {/if}
-    {ts}Deleting this group will NOT delete the member contact records. However, all contact subscription information and history for this group will be deleted.{/ts} {ts}If this group is used in CiviCRM profiles, those fields will be reset.{/ts} {ts}This operation cannot be undone.{/ts}
+    {ts}Deleting this group will NOT delete the member contact records. However, all contact subscription information and history for this group will be deleted.{/ts} {ts}If this group is used in CiviCRM profiles, those fields will be reset.{/ts} {ts}This action cannot be undone.{/ts}
     </div>
 
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
index 735645d63a14ebeb1c02453a08a04b78aec55654..d9c693bdaafcf3d970498191e1654a2c198c0e19 100644 (file)
@@ -28,7 +28,7 @@
 <div class="messages status no-popup">
    <div class="icon inform-icon"></div>
   {ts 1=$title}Are you sure you want to delete Campaign Page '%1'?{/ts}<br />
-  {ts}This operation cannot be undone.{/ts}
+  {ts}This action cannot be undone.{/ts}
 </div>
 
 <div class="form-item">{$form.buttons.html}</div>