Improvement label

This commit is contained in:
Marco Antonio Nina Mena
2015-03-31 13:39:28 -04:00
parent 68ed954a2e
commit 9c19de4285

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) {