From 10def0e8f9fb155d5db37947daee3fa0d78d2964 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 7 May 2013 07:39:50 +0200 Subject: [PATCH] fix spelling hope this is correct. --- www/manager/qemu/CmdMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager/qemu/CmdMenu.js b/www/manager/qemu/CmdMenu.js index c4daa976..4a5e605c 100644 --- a/www/manager/qemu/CmdMenu.js +++ b/www/manager/qemu/CmdMenu.js @@ -92,7 +92,7 @@ Ext.define('PVE.qemu.CmdMenu', { text: gettext('Convert to template'), icon: '/pve2/images/forward.png', handler: function() { - var msg = Ext.String.format(gettext("Do you really want convert VM {0} to template (You'll can use the VM anymore)?"), vmid); + var msg = Ext.String.format(gettext("Do you really want to convert VM {0} into a template?"), vmid); Ext.Msg.confirm(gettext('Confirm'), msg, function(btn) { if (btn !== 'yes') { return;