Update delete all content button labels

issue #2027
This commit is contained in:
Brad Dougherty 2014-02-22 14:13:51 -05:00
parent ccc499f0e2
commit 64840cf042

View File

@ -132,13 +132,15 @@
}
});
},
text: "Yes"
text: "Delete",
buttonClass: "button-delete"
},
reject: {
func: function () {
return true;
},
text: "No"
text: "Cancel",
buttonClass: "button"
}
},
type: "action",