[virt-tools-list] [PATCH] virtManager: fix typo in error message
Giuseppe Scrivano
gscrivan at redhat.com
Thu Sep 26 22:33:36 UTC 2013
Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---
FYI, I am going to push this fix as trivial.
virtManager/addhardware.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtManager/addhardware.py b/virtManager/addhardware.py
index cbfdca2..4a6b3af 100644
--- a/virtManager/addhardware.py
+++ b/virtManager/addhardware.py
@@ -1696,7 +1696,7 @@ class vmmAddHardware(vmmGObjectUI):
if self._dev.supports_property(param_name):
setattr(self._dev, param_name, val)
except Exception, e:
- return self.err.val_err(_("TPM device parameter error"), e)
+ return self.err.val_err(_("RNG device parameter error"), e)
####################
--
1.8.3.1
More information about the virt-tools-list
mailing list