提交 77e62f13 编写于 作者: E Eric Blake

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.
上级 a6997934
...@@ -6650,7 +6650,7 @@ cmdNetworkDumpXML(vshControl *ctl, const vshCmd *cmd) ...@@ -6650,7 +6650,7 @@ cmdNetworkDumpXML(vshControl *ctl, const vshCmd *cmd)
*/ */
static const vshCmdInfo info_network_info[] = { static const vshCmdInfo info_network_info[] = {
{"help", N_("network information")}, {"help", N_("network information")},
{"desc", "Returns basic information about the network"}, {"desc", N_("Returns basic information about the network")},
{NULL, NULL} {NULL, NULL}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册