Fix some UI typos.

This commit is contained in:
Cole Robinson
2010-04-05 12:21:03 -04:00
parent c866044e37
commit d946c71185
4 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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)"))

View File

@@ -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:

View File

@@ -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>