Description of problem: "virsh help net-info" does not have translation strings. Version-Release number of selected component (if applicable): libvirt-0.9.6 Steps to Reproduce: 1. virsh help net-info Additional info: libvirt-0.9.6/tools/virsh.c#6219: - {"desc", "Returns basic information about the network"}, + {"desc", N_("Returns basic information about the network")},
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Thanks for the patch. Next time, submitting patches directly to libvir-list may get faster response. At any rate, this is now: commit 77e62f132c4bf40b2caefdeacc799e29ebbbd636 Author: Eric Blake <eblake> Date: Thu Dec 1 16:55:47 2011 -0700 virsh: translate net-info help Reported by kato.tomoyuki.com at https://bugzilla.redhat.com/show_bug.cgi?id=749564 * tools/virsh.c (info_network_info): Mark string for translation.