use 'Add' user, instead of 'Create' user.

That wording seems to be better suited.
This commit is contained in:
Dietmar Maurer 2012-03-01 11:36:49 +01:00
parent d93d0459d0
commit bf70832d49
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Ext.define('PVE.dc.UserEdit', {
extend: 'PVE.window.Edit',
alias: ['widget.pveDcUserEdit'],
isAdd: true,
initComponent : function() {
var me = this;

View File

@ -137,7 +137,7 @@ Ext.define('PVE.dc.UserView', {
var tbar = [
{
text: gettext('Create'),
text: gettext('Add'),
handler: function() {
var win = Ext.create('PVE.dc.UserEdit',{
});