mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
parent
a699793449
commit
77e62f132c
@ -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}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user