]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: translate net-info help
authorEric Blake <eblake@redhat.com>
Thu, 1 Dec 2011 23:55:47 +0000 (16:55 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 1 Dec 2011 23:55:47 +0000 (16:55 -0700)
Reported by kato.tomoyuki@jp.fujitsu.com at
https://bugzilla.redhat.com/show_bug.cgi?id=749564

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

tools/virsh.c

index ff9cc4296866f7f9ee4ae9951bb56afb5989e0ce..be4df58317219734f98f10caef781cee708142fa 100644 (file)
@@ -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}
 };