BUG 8671 PM. 2.0 -Testing.13: Error de traducción
- Al asignar un nuevo usuario a una tarea, la ventana posee labels en ingles. - Adjustments several in the hardcoded in ExtJS labels.
This commit is contained in:
@@ -361,7 +361,7 @@ Ext.onReady(function(){
|
||||
|
||||
var rowsSelected = Ext.getCmp('infoGrid').getSelectionModel().getSelections();
|
||||
tag = rowsSelected[0].get('ADD_TAB_TAG');
|
||||
text = tag? 'Convert to native Report Table': 'Convert to Simple Report';
|
||||
text = tag? _('ID_CONVERT_NATIVE_REP_TABLE'): _('ID_CONVERT_SIMPLE_REPORT');
|
||||
if (externalOption) {
|
||||
externalOption.setText(text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user