[gnome-boxes] libvirt-machine-props: Capitalize "log"



commit a323c82ce2038a7fff766e7411b7f03211dc0f8d
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Apr 28 18:36:46 2015 +0100

    libvirt-machine-props: Capitalize "log"
    
    Capitalize "log" in "Troubleshooting log". It makes Allan happy and make
    it consistent with "Force Shutdown" button.

 src/libvirt-machine-properties.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index f566225..a05c6c4 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -437,7 +437,7 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
             shutdown_button.sensitive = machine.is_running ();
         });
 
-        var log_button = new Gtk.Button.with_label (_("Troubleshooting log"));
+        var log_button = new Gtk.Button.with_label (_("Troubleshooting Log"));
         log_button.halign = Gtk.Align.END;
         grid.attach (log_button, 1, 0, 1, 1);
         log_button.clicked.connect (() => {


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