Commit fd60ed42 authored by Dietmar Maurer's avatar Dietmar Maurer

use gettext for 'Move disk'

parent 4c8421bd
......@@ -127,9 +127,9 @@ Ext.define('PVE.window.HDMove', {
var submitBtn;
me.title = "Move disk";
me.title = gettext("Move disk");
submitBtn = Ext.create('Ext.Button', {
text: gettext('Move'),
text: gettext('Move disk'),
handler: function() {
if (form.isValid()) {
var values = form.getValues();
......
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