On 02/06/2016 05:39 AM, Pavel Hrdina wrote: > On Fri, Feb 05, 2016 at 05:45:13PM +0100, Pavel Hrdina wrote: > > [...] > >> @@ -383,28 +383,28 @@ class vmmAddHardware(vmmGObjectUI): >> if self.vm.is_container(): >> nodedev_enabled = False >> nodedev_errstr = _("Not supported for containers") >> - add_hw_option("PCI Host Device", "system-run", PAGE_HOSTDEV, >> + add_hw_option("PCI Host Device"), "system-run", PAGE_HOSTDEV, >> nodedev_enabled, nodedev_errstr, "pci") >> > > Consider the _("PCI Host Device") fixed. > > [...] > >> @@ -176,7 +176,7 @@ class vmmConnect(vmmGObjectUI): >> model = Gtk.ListStore(str) >> model.append(["SSH"]) >> model.append(["TCP (SASL, Kerberos)"]) >> - model.append(["SSL/TLS with certificates"]) >> + model.append(["SSL/TLS " + _("with certificates)"]) >> combo.set_model(model) >> uiutil.init_combo_text_column(combo, 0) >> > > Consider the _("with certificates") fixed. > ACK with those fixes Thanks, Cole _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list