Clarify button labels
authorColeman Watts <coleman@civicrm.org>
Sat, 9 Aug 2014 11:54:31 +0000 (12:54 +0100)
committerColeman Watts <coleman@civicrm.org>
Sat, 9 Aug 2014 11:54:31 +0000 (12:54 +0100)
templates/CRM/common/enableDisableApi.tpl

index fd5f454c8492e613666a46ad7150e9d2c6bd1e06..b366ac327adafaad4aff5a990e5ea5857e78b41c 100644 (file)
@@ -53,8 +53,8 @@
         conf.html(response.content);
         if (!response.illegal) {
           conf.dialog('option', 'buttons', [
-            {text: {/literal}'{ts escape="js"}Disable{/ts}'{literal}, click: save},
-            {text: {/literal}'{ts escape="js"}Cancel{/ts}'{literal}, click: function() {$(this).dialog('close');}}
+            {text: {/literal}'{ts escape="js"}Yes{/ts}'{literal}, click: save},
+            {text: {/literal}'{ts escape="js"}No{/ts}'{literal}, click: function() {$(this).dialog('close');}}
           ]);
         }
       });