Bug 820630
| Summary: | String Updates | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Matt Reid <mreid> |
| Component: | Subscription Management | Assignee: | Bryan Kearney <bkearney> |
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.1 | CC: | achan, asettle, bkearney, cpelland, jrist, mmccune, omaciel |
| Target Milestone: | Unspecified | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
The words 'canceled', 'Could' and 'UUID' were misspelled in the candlepin strings PO file. The spelling has been corrected. Misspellings should not appear on the file.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-12-04 19:45:34 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 771481 | ||
|
Description
Matt Reid
2012-05-10 14:28:44 UTC
Fixed in master at: d4a46dc1eb55676f4a071e0cf60e51f2e80ee977 The po files will not get updated untitl the end of the sprin. To verify, scan the code for these terms: uid Cound cancelled and you should not see any. Verifying Version... [root@jsefler-f14-candlepin po]# git branch * master [root@jsefler-f14-candlepin po]# git show-ref | grep master 52bf32ba59f454a9bb857d2b2b717560fce16100 refs/heads/master [root@jsefler-f14-candlepin po]# ls as.po de_DE.po fr.po hi.po ja.po kn.po ml.po or.po pt_BR.po ta_IN.po zanata.xml zh_TW.po bn_IN.po es_ES.po gu.po it.po keys.pot ko.po mr.po pa.po ru.po te.po zh_CN.po [root@jsefler-f14-candlepin po]# grep -i "Could" *.po | wc -l 336 [root@jsefler-f14-candlepin po]# grep -i "Cound" *.po | wc -l 0 ^ VERIFIED: Typo "Cound" has been eliminated. [root@jsefler-f14-candlepin po]# grep -i "canceled" *.po | wc -l 21 [root@jsefler-f14-candlepin po]# grep -i "cancelled" *.po | wc -l 0 ^ VERIFIED: Typo "cancelled" has been eliminated. [root@jsefler-f14-candlepin po]# pwd /root/candlepin/po [root@jsefler-f14-candlepin po]# grep "uid" fr.po -B1 -A1 msgid "" "You must specify one of owner key, consumer uuid, or principal name, but not" " all." ^^^^^ THIS MSGID STILL CONTAINS A LOWER CASE "uuid". ALL OTHER MSGIDs USE AN UPPERCASE "UUID". Moving back to ASSIGNED. Not a blocker, given that all the translations are in. Moving this to 2.0. fixed in master at e26d273b9660d9db520b655ea00f8cdb5795ca28 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-1543.html getting rid of 6.0.0 version since that doesn't exist |