createnet: Updated error message for IPv6 when checking

The message when using a non-private address when using IPv6 addresses
referred to private IPv4; changed it to indicate IPv6.
This commit is contained in:
Robb Manes 2015-09-21 12:27:59 -04:00 committed by Cole Robinson
parent 85307b9bd2
commit 5a7ffed25e

View File

@ -363,7 +363,7 @@ class vmmCreateNetwork(vmmGObjectUI):
if not ip.is_private:
res = self.err.yes_no(_("Check Network Address"),
_("The network should normally use a private IPv4 "
_("The network should normally use a private IPv6 "
"address. Use this non-private address anyway?"))
if not res:
return False