mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 14:51:37 +00:00
fix spelling
hope this is correct.
This commit is contained in:
parent
ae266e0764
commit
10def0e8f9
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user