Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 820630 - String Updates
Summary: String Updates
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Subscription Management
Version: 6.0.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: Unspecified
Assignee: Bryan Kearney
QA Contact: John Sefler
URL:
Whiteboard:
Depends On:
Blocks: 771481
TreeView+ depends on / blocked
 
Reported: 2012-05-10 14:28 UTC by Matt Reid
Modified: 2019-09-25 21:26 UTC (History)
7 users (show)

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.
Clone Of:
Environment:
Last Closed: 2012-12-04 19:45:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2012:1543 0 normal SHIPPED_LIVE Important: CloudForms System Engine 1.1 update 2012-12-05 00:39:57 UTC

Description Matt Reid 2012-05-10 14:28:44 UTC
Description of problem:
Looking through the PO file with all of the strings, it looks like there are a few that are misspelled. 

There's one instance of cancelled, 2 instances of Cound, and 2 instances of uuid (compared to 4 UUID, which is what it should be).

Version-Release number of selected component (if applicable):
I pulled the PO file a few weeks ago, but my guess is these still exist.

Additional info:

Comment 1 Bryan Kearney 2012-06-18 14:43:07 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.

Comment 3 John Sefler 2012-10-10 19:51:28 UTC
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.

Comment 4 John Sefler 2012-10-10 19:56:58 UTC
[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.

Comment 5 Bryan Kearney 2012-10-22 13:55:49 UTC
Not a blocker, given that all the translations are in. Moving this to 2.0.

Comment 6 Bryan Kearney 2012-10-22 15:52:02 UTC
fixed in master at e26d273b9660d9db520b655ea00f8cdb5795ca28

Comment 8 errata-xmlrpc 2012-12-04 19:45:34 UTC
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

Comment 9 Mike McCune 2013-08-16 18:23:55 UTC
getting rid of 6.0.0 version since that doesn't exist


Note You need to log in before you can comment on or make changes to this bug.