[libvirt] [PATCH] virsh: translate net-info help

Eric Blake eblake at redhat.com
Thu Dec 1 23:56:24 UTC 2011


Reported by kato.tomoyuki at jp.fujitsu.com at
https://bugzilla.redhat.com/show_bug.cgi?id=749564

* tools/virsh.c (info_network_info): Mark string for translation.
---

Pushing under the trivial rule.

 tools/virsh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/virsh.c b/tools/virsh.c
index ff9cc42..be4df58 100644
--- a/tools/virsh.c
+++ b/tools/virsh.c
@@ -6650,7 +6650,7 @@ cmdNetworkDumpXML(vshControl *ctl, const vshCmd *cmd)
  */
 static const vshCmdInfo info_network_info[] = {
     {"help", N_("network information")},
-    {"desc", "Returns basic information about the network"},
+    {"desc", N_("Returns basic information about the network")},
     {NULL, NULL}
 };

-- 
1.7.7.3




More information about the libvir-list mailing list