Remove duplicate strings

This commit is contained in:
Emmanuel Kasper 2017-01-18 09:46:03 +01:00 committed by Dietmar Maurer
parent 5c5e751c74
commit ec99b1c367
3 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ Ext.define('PVE.Utils', { utilities: {
var fa = []; var fa = [];
if (!value || (value === '0')) { if (!value || (value === '0')) {
return gettext('disabled'); return gettext('Disabled');
} }
if (value === '1') { if (value === '1') {

View File

@ -239,7 +239,7 @@ Ext.define('PVE.node.Config', {
}, },
{ {
xtype: 'pveNodeCephConfigCrush', xtype: 'pveNodeCephConfigCrush',
title: gettext('Config'), title: gettext('Configuration'),
iconCls: 'fa fa-gear', iconCls: 'fa fa-gear',
groups: ['ceph'], groups: ['ceph'],
itemId: 'ceph-config' itemId: 'ceph-config'

View File

@ -88,7 +88,7 @@ Ext.define('PVE.qemu.Options', {
visible: false visible: false
}, },
boot: { boot: {
header: gettext('Boot order'), header: gettext('Boot Order'),
defaultValue: 'cdn', defaultValue: 'cdn',
editor: caps.vms['VM.Config.Disk'] ? 'PVE.qemu.BootOrderEdit' : undefined, editor: caps.vms['VM.Config.Disk'] ? 'PVE.qemu.BootOrderEdit' : undefined,
multiKey: ['boot', 'bootdisk'], multiKey: ['boot', 'bootdisk'],