Commit dbe3e1b5 by Bálint Máhonfai

Reword export disk operation

parent 7fab0904
...@@ -355,7 +355,7 @@ class DownloadDiskOperation(InstanceOperation): ...@@ -355,7 +355,7 @@ class DownloadDiskOperation(InstanceOperation):
class ExportDiskOperation(InstanceOperation): class ExportDiskOperation(InstanceOperation):
id = 'export_disk' id = 'export_disk'
name = _('export disk') name = _('export disk')
description = _('Export disk to VMDK format.') description = _('Export disk to the selected format.')
abortable = True abortable = True
required_perms = ('storage.export_disk',) required_perms = ('storage.export_disk',)
accept_states = ('STOPPED',) accept_states = ('STOPPED',)
......
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 sign in to comment