Bug 749564

Summary: "virsh help net-info" does not have translation strings
Product: [Fedora] Fedora Reporter: kato.tomoyuki
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: berrange, clalancette, crobinso, dougsland, eblake, itamar, jforbes, laine, veillard, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-01 23:58:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description kato.tomoyuki 2011-10-27 14:14:07 UTC
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")},

Comment 1 Fedora Admin XMLRPC Client 2011-11-30 19:33:11 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Fedora Admin XMLRPC Client 2011-11-30 19:36:43 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Fedora Admin XMLRPC Client 2011-11-30 19:44:12 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Fedora Admin XMLRPC Client 2011-11-30 19:54:44 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 5 Eric Blake 2011-12-01 23:58:43 UTC
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.