storagelist: Fix error message for vol delete

This commit is contained in:
Cole Robinson 2015-12-08 12:44:59 -05:00
parent a28800ae35
commit f10bbfe5b3

View File

@ -735,4 +735,4 @@ class vmmStorageList(vmmGObjectUI):
logging.debug("Deleting volume '%s'", vol.get_name())
vmmAsyncJob.simple_async_noshow(cb, [], self,
_("Error refreshing volume '%s'") % vol.get_name())
_("Error deleting volume '%s'") % vol.get_name())