Lightbox Delete Button

Is there a way to over ride the label of the delete button?
for instance:

scheduler.locale.labels[“dhx_delete_btn”] = “RemOve”;

Thanks

sure, try this option:

scheduler.locale.labels.icon_delete = "Delete!";