From dd271a32c587b73d225c1e2543cd6dc913fb6f1b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 10 May 2013 06:33:55 +0200 Subject: [PATCH] fix spelling --- www/manager/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager/Utils.js b/www/manager/Utils.js index 69aa0d7b..315f1f08 100644 --- a/www/manager/Utils.js +++ b/www/manager/Utils.js @@ -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') ],