$("#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};
{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>
<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>
<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>
<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>
<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>
{if $action eq 8}
<div class="messages status">
<p><div class="icon inform-icon"></div>
- {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}
{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>
<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>