[gnome-boxes] libvirt-machine-props, ovirt-machine: Drop weird term 'Virtualizer'



commit 17f44b5e06375ef33b60dcedfbada417e22a1c24
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Nov 10 13:42:57 2014 +0000

    libvirt-machine-props,ovirt-machine: Drop weird term 'Virtualizer'
    
    Replace use of weird term 'Virtualizer' in the UI with a more
    friendlier (and used elsewhere in the UI) term, 'Broker'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710294

 src/libvirt-machine-properties.vala |    2 +-
 src/ovirt-machine.vala              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index 02caa72..22f3d9a 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -130,7 +130,7 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
                 name_property.text = machine.name;
             });
 
-            add_string_property (ref list, _("Virtualizer"), machine.source.uri);
+            add_string_property (ref list, _("Broker"), machine.source.uri);
             if (machine.display != null) {
                 add_string_property (ref list, _("Protocol"), machine.display.protocol);
                 property = add_string_property (ref list, _("URI"), machine.display.uri);
diff --git a/src/ovirt-machine.vala b/src/ovirt-machine.vala
index a41dd0f..9f06400 100644
--- a/src/ovirt-machine.vala
+++ b/src/ovirt-machine.vala
@@ -61,7 +61,7 @@ private class Boxes.OvirtMachine: Boxes.Machine {
 
         switch (page) {
         case PropertiesPage.GENERAL:
-            add_string_property (ref list, _("Virtualizer"), source.uri);
+            add_string_property (ref list, _("Broker"), source.uri);
             add_string_property (ref list, _("Protocol"), display.protocol);
             add_string_property (ref list, _("URI"), display.uri);
             break;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]