mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
storagelist: Fix error message for vol delete
This commit is contained in:
parent
a28800ae35
commit
f10bbfe5b3
@ -735,4 +735,4 @@ class vmmStorageList(vmmGObjectUI):
|
|||||||
|
|
||||||
logging.debug("Deleting volume '%s'", vol.get_name())
|
logging.debug("Deleting volume '%s'", vol.get_name())
|
||||||
vmmAsyncJob.simple_async_noshow(cb, [], self,
|
vmmAsyncJob.simple_async_noshow(cb, [], self,
|
||||||
_("Error refreshing volume '%s'") % vol.get_name())
|
_("Error deleting volume '%s'") % vol.get_name())
|
||||||
|
Loading…
Reference in New Issue
Block a user