Update delete post button labels

Closes #2027
This commit is contained in:
Brad Dougherty 2014-02-22 11:53:07 -05:00
parent 54f0c3993f
commit ccc499f0e2

View File

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