mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix some UI typos.
This commit is contained in:
@@ -1229,7 +1229,7 @@ class vmmAddHardware(gobject.GObject):
|
||||
ignore, nodedev_name = self.get_config_host_device_info()
|
||||
|
||||
if nodedev_name == None:
|
||||
return self.err.val_err(_("Physical Device Requried"),
|
||||
return self.err.val_err(_("Physical Device Required"),
|
||||
_("A device must be selected."))
|
||||
|
||||
try:
|
||||
|
||||
@@ -495,7 +495,7 @@ class vmmDetails(gobject.GObject):
|
||||
|
||||
# Security info tooltips
|
||||
util.tooltip_wrapper(self.window.get_widget("security-static-info"),
|
||||
_("Static SELinux security type tells libvirt to always start the guest process with the specified label. The administrator is responsible for making sure the images are labeled corectly on disk."))
|
||||
_("Static SELinux security type tells libvirt to always start the guest process with the specified label. The administrator is responsible for making sure the images are labeled correctly on disk."))
|
||||
util.tooltip_wrapper(self.window.get_widget("security-dynamic-info"),
|
||||
_("The dynamic SELinux security type tells libvirt to automatically pick a unique label for the guest process and guest image, ensuring total isolation of the guest. (Default)"))
|
||||
|
||||
|
||||
@@ -1087,7 +1087,7 @@ class vmmDomainBase(vmmLibvirtObject):
|
||||
elif self.status() == libvirt.VIR_DOMAIN_PAUSED:
|
||||
return _("Paused")
|
||||
elif self.status() == libvirt.VIR_DOMAIN_SHUTDOWN:
|
||||
return _("Shuting Down")
|
||||
return _("Shutting Down")
|
||||
elif self.status() == libvirt.VIR_DOMAIN_SHUTOFF:
|
||||
return _("Shutoff")
|
||||
elif self.status() == libvirt.VIR_DOMAIN_CRASHED:
|
||||
|
||||
@@ -862,7 +862,7 @@ User shouldn't see this.</property>
|
||||
<child>
|
||||
<widget class="GtkLabel" id="install-nodetect-label">
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">Choose an operating systen type and version</property>
|
||||
<property name="label" translatable="yes">Choose an operating system type and version</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="position">1</property>
|
||||
|
||||
Reference in New Issue
Block a user