Commit c5e35117 authored by Dietmar Maurer's avatar Dietmar Maurer

s/Clone To VM/Clone/

parent 2db45416
...@@ -78,7 +78,7 @@ Ext.define('PVE.qemu.CmdMenu', { ...@@ -78,7 +78,7 @@ Ext.define('PVE.qemu.CmdMenu', {
} }
}, },
{ {
text: gettext('Clone To VM'), text: gettext('Clone'),
icon: '/pve2/images/forward.png', icon: '/pve2/images/forward.png',
handler: function() { handler: function() {
var win = Ext.create('PVE.window.Clone', { var win = Ext.create('PVE.window.Clone', {
......
...@@ -45,7 +45,7 @@ Ext.define('PVE.qemu.TemplateMenu', { ...@@ -45,7 +45,7 @@ Ext.define('PVE.qemu.TemplateMenu', {
} }
}, },
{ {
text: gettext('Clone To VM'), text: gettext('Clone'),
icon: '/pve2/images/forward.png', icon: '/pve2/images/forward.png',
handler: function() { handler: function() {
var clonefeature; var clonefeature;
......
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