]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
fix spelling
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 10 May 2013 04:33:55 +0000 (06:33 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 10 May 2013 04:33:55 +0000 (06:33 +0200)
www/manager/Utils.js

index 69aa0d7b0c23ddef06b19074264eef3ee55cb0e8..315f1f0852490ca46a642775dab25fa44364ce0c 100644 (file)
@@ -440,7 +440,7 @@ Ext.define('PVE.Utils', { statics: {
        qmdestroy: [ 'VM', gettext('Destroy') ],
        qmigrate: [ 'VM', gettext('Migrate') ],
        qmclone: [ 'VM', gettext('Clone') ],
-       qmtemplate: [ 'VM', gettext('Convert To Template') ],
+       qmtemplate: [ 'VM', gettext('Convert to template') ],
        qmstart: [ 'VM', gettext('Start') ],
        qmstop: [ 'VM', gettext('Stop') ],
        qmreset: [ 'VM', gettext('Reset') ],