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:
@@ -269,7 +269,7 @@ Ext.onReady(function(){
|
||||
});
|
||||
//here we are setting the fields
|
||||
fieldsAS = new Ext.form.FieldSet({
|
||||
title: 'Authentication Source Information',
|
||||
title: _('ID_AUTHENTICATION_SOURCE_INF_TITLE'),
|
||||
items: [
|
||||
txtSourceId,
|
||||
txtName,
|
||||
@@ -311,11 +311,11 @@ Ext.onReady(function(){
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: 'Save',
|
||||
text: _('ID_SAVE'),
|
||||
handler: saveAuthSources
|
||||
},
|
||||
{
|
||||
text: 'Cancel',
|
||||
text: _('ID_CANCEL'),
|
||||
handler: goback
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user