fix spelling

hope this is correct.
This commit is contained in:
Dietmar Maurer 2013-05-07 07:39:50 +02:00
parent ae266e0764
commit 10def0e8f9

View File

@ -92,7 +92,7 @@ Ext.define('PVE.qemu.CmdMenu', {
text: gettext('Convert to template'), text: gettext('Convert to template'),
icon: '/pve2/images/forward.png', icon: '/pve2/images/forward.png',
handler: function() { 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) { Ext.Msg.confirm(gettext('Confirm'), msg, function(btn) {
if (btn !== 'yes') { if (btn !== 'yes') {
return; return;