Commit 897553c8 authored by Dietmar Maurer's avatar Dietmar Maurer

fix spelling

hope this is correct.
parent 00c1666e
...@@ -92,7 +92,7 @@ Ext.define('PVE.qemu.CmdMenu', { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment