From: Eric Blake Date: Thu, 1 Dec 2011 23:55:47 +0000 (-0700) Subject: virsh: translate net-info help X-Git-Tag: v0.9.8-rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e62f132c4bf40b2caefdeacc799e29ebbbd636;p=thirdparty%2Flibvirt.git virsh: translate net-info help 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. --- diff --git a/tools/virsh.c b/tools/virsh.c index ff9cc42968..be4df58317 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} };