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.
This commit is contained in:
Eric Blake 2011-12-01 16:55:47 -07:00
parent a699793449
commit 77e62f132c

View 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}
};