Merge pull request #1322 from julceslauhub/master

Change label from ID_SELECT to ID_ALL_USERS
This commit is contained in:
julceslauhub
2013-02-15 08:26:08 -08:00

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,