More accurate warning text
authorAdam Roses Wight <awight@wikimedia.org>
Mon, 5 May 2014 06:37:56 +0000 (23:37 -0700)
committerAdam Roses Wight <awight@wikimedia.org>
Mon, 5 May 2014 06:37:56 +0000 (23:37 -0700)
If a case type is deleted, linked case.case_type_id data will be set to
null, rather than cascade deleted.  Update the warning to reflect this.

templates/CRM/Admin/Form/CaseType.tpl

index e40abe48d9526e5856250ebacf439733aad7ecf4..4bd67dc94a223a16ec17f45aa7ca9eedb2dfca54 100644 (file)
@@ -30,7 +30,7 @@
 {if $action eq 8}
   <div class="messages status no-popup">
      <div class="icon inform-icon"></div>
-        {ts}WARNING: Deleting this option will result in the loss of all case records which use the option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
+        {ts}WARNING: Deleting this option will result in loss of type information for all case records which use the option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
       </div>
 {else}
   <table class="form-layout-compressed">