BUG 000 Se quito texto cometado en espanol

This commit is contained in:
Marco Antonio Nina
2012-05-04 16:28:18 -04:00
parent 44eebca163
commit 12d3787c55

View File

@@ -305,7 +305,7 @@ Ext.onReady(function(){
id: 'infoGrid',
height:100,
autoWidth : true,
title : (PRO_UID? _('ID_REPORT_TABLES') : _('ID_PMTABLE')),//'Cambiemos esto',//_('ID_ADDITIONAL_TABLES'),
title : (PRO_UID? _('ID_REPORT_TABLES') : _('ID_PMTABLE')),
stateful : true,
stateId : 'grid',
enableColumnResize: true,
@@ -491,7 +491,7 @@ ImportPMTable = function(){
fileUpload: true,
width: 400,
frame: true,
title: (PRO_UID? _('ID_IMPORT_RT') : _('ID_IMPORT_PMT')),//_('ID_IMPORT_PMT'), // 'Import PM Table',
title: (PRO_UID? _('ID_IMPORT_RT') : _('ID_IMPORT_PMT')),
autoHeight: false,
bodyStyle: 'padding: 10px 10px 0 10px;',
labelWidth: 50,