[gnome-boxes] libvirt-machine-props: Add two translator comments
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] libvirt-machine-props: Add two translator comments
- Date: Tue, 15 Sep 2015 13:31:02 +0000 (UTC)
commit 253fb13e5d595e1e3ea970414372aad0bbe4f827
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Sep 15 14:13:08 2015 +0100
libvirt-machine-props: Add two translator comments
Explain desktop properties' labels to translators.
https://bugzilla.gnome.org/show_bug.cgi?id=754712
src/libvirt-machine-properties.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index 0a99c22..d0da5cd 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -131,7 +131,9 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
add_string_property (ref list, _("Broker"), machine.source.name);
if (machine.display != null) {
+ // Translators: This is the protocal being used to connect to the display/desktop, e.g
Spice, VNC, etc.
add_string_property (ref list, _("Display Protocol"), machine.display.protocol);
+ // Translators: This is the URI to connect to the display/desktop. e.g spice://somehost:5051.
add_string_property (ref list, _("Display URI"), machine.display.uri);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]