Merged in marcoAntonioNina/processmaker/dashboards2 (pull request #1834)

Improvement label
This commit is contained in:
Dante Loayza
2015-03-31 13:43:27 -04:00

View File

@@ -521,7 +521,7 @@ Ext.onReady( function() {
tabPanel.getItem(component.id).show();
Ext.MessageBox.show({
title: _('ID_CONFIRM'),
msg: _('ID_DELETE_FIELD_SURE'),
msg: _('ID_DELETE_INDICATOR_SURE'),
buttons: Ext.MessageBox.YESNOCANCEL,
fn: function(buttonId) {
switch(buttonId) {