Bug 840688

Summary: Typo in italian catalog file
Product: [Fedora] Fedora Reporter: Stefano Biagiotti <stefano.biagiotti>
Component: yumAssignee: Fedora Packaging Toolset Team <packaging-team>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 17CC: ffesti, james.antill, maxamillion, packaging-team, tim.lauridsen, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-21 19:53:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Stefano Biagiotti 2012-07-16 22:51:33 UTC
Version-Release number of selected component (if applicable):
# rpm -q yum
yum-3.4.3-28.fc17.noarch


Description of problem:
# yum install mutt
[...]
---&gt; Pacchetto mutt.i686 5:1.5.21-12.fc17 settato per essere installato
[...]

  
Expected results:
# yum install mutt
[...]
---> Pacchetto mutt.i686 5:1.5.21-12.fc17 settato per essere installato
[...]


File to fix: yum-HEAD.patch
# diff yum-HEAD.patch yum-HEAD.patch.good 
72217c72217
< +msgstr "---&gt; Pacchetto %s.%s %s:%s-%s settato per essere %s"
---
> +msgstr "---> Pacchetto %s.%s %s:%s-%s settato per essere %s"
73638c73638
< +msgstr "--&gt; Ricerca di dipendenze non necessarie"
---
> +msgstr "--> Ricerca di dipendenze non necessarie"

Comment 1 James Antill 2013-05-21 19:53:48 UTC
If this is still a problem you need to use transifex to solve it, as yum gets all it's translations from there.