mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix error message typo.
This commit is contained in:
parent
0eef04170c
commit
93eca80e18
@ -133,7 +133,7 @@ class vmmDeleteDialog(gobject.GObject):
|
||||
title = _("Deleting virtual machine '%s'") % self.vm.get_name()
|
||||
text = title
|
||||
if devs:
|
||||
text = title + _(" and selected storage (this may take a while")
|
||||
text = title + _(" and selected storage (this may take a while)")
|
||||
|
||||
progWin = vmmAsyncJob(self.config, self._async_delete, [devs],
|
||||
title=title, text=text)
|
||||
|
Loading…
Reference in New Issue
Block a user