Commit 1d88ab8c authored by Dietmar Maurer's avatar Dietmar Maurer

fix syntax error introduced by previous gettext updates

parent 30d3086c
......@@ -6,7 +6,7 @@ Ext.define('PVE.form.DiskFormatSelector', {
var me = this;
me.data = [
['raw', gettext('Raw disk image') + ' (raw)')],
['raw', gettext('Raw disk image') + ' (raw)'],
['qcow2', gettext('QEMU image format') + ' (qcow2)'],
['vmdk', gettext('VMware image format') + ' (vmdk)']
];
......
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