Fix a couple more typos pointed out by translator
This commit is contained in:
parent
448730306e
commit
a5a9f8e3bd
|
@ -1505,7 +1505,7 @@
|
|||
<property name="xalign">0</property>
|
||||
<property name="yalign">0</property>
|
||||
<property name="xpad">10</property>
|
||||
<property name="label" translatable="yes"><b>Note:</b> The network could be chosen from one of the IPv6 private address ranges. eg FC00::/7. In any case. the prefix must be <b>64</b>.
|
||||
<property name="label" translatable="yes"><b>Note:</b> The network could be chosen from one of the IPv6 private address ranges. eg FC00::/7. In any case, the prefix must be <b>64</b>.
|
||||
A typical IPv6 network address will look something like: fd00:dead:beef:55::/64</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
|
|
|
@ -257,7 +257,7 @@ class vmmDomain(vmmLibvirtObject):
|
|||
|
||||
def _prestartup_nodedev_check(self, src, ret):
|
||||
ignore = src
|
||||
error = _("These is more than one '%s' device attached to "
|
||||
error = _("There is more than one '%s' device attached to "
|
||||
"your host, and we can't determine which one to "
|
||||
"use for your guest.\n"
|
||||
"To fix this, remove and reattach the USB device "
|
||||
|
|
Loading…
Reference in New Issue