Change label from ID_SELECT to ID_ALL_USERS

This commit is contained in:
Julio Cesar Laura
2013-02-15 12:29:56 -04:00
parent 2f275fd31a
commit ca6e43929c

View File

@@ -1077,7 +1077,7 @@ Ext.onReady ( function() {
valueField : 'USR_UID',
displayField : 'USR_FULLNAME',
triggerAction : 'all',
emptyText : _('ID_SELECT'),
emptyText : _('ID_ALL_USERS'),
selectOnFocus : true,
editable : true,
width: 180,