Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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.
Created attachment 1571081[details]
English description
Description of problem:
There is a typo in RHEL8 installer for system-tools Japanese description.
Version-Release number of selected component (if applicable):
rhel-8.0-x86_64-dvd.iso
How reproducible:
Every time
Steps to Reproduce:
1. Run installer for RHEL8.0.
2. Select language Japanese and push "続行".
3. Click menu "ソフトウェアの選択(S)".
4. Description is typo (S)MB 共有 in "システムツール".
Actual results:
このグループには、システム用の各種ツール (MB 共有
^^
Expected results:
このグループには、システム用の各種ツール (SMB 共有
Additional info:
The word is in lines 4701 and 4702 in following a file.
In the RHEL8 installer
/AppStream/repodata/53ae89a06c6bdd44ee3529aa43e8d55d31a28f3f3f1a66da10e0423a22889d12-comps-AppStream.x86_64.xml
4570 <group>
4571 <id>system-tools</id>
4572 <name>System Tools</name>
<snip>
4663 <description>This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic.</description>
<snip>
4701 <description xml:lang="ja">このグループには、システム用の各種ツール (MB 共有への接続クライアントやネットワーク通信量をモニターするツール) のコレクションが含まれます。</description>
4702 <description xml:lang="ja_JP">このグループには、システム用の各種ツール (MB 共有への接続クライアントやネットワーク通信量をモニターするツール) のコレクションが含まれます。</description>
Created attachment 1571081 [details] English description Description of problem: There is a typo in RHEL8 installer for system-tools Japanese description. Version-Release number of selected component (if applicable): rhel-8.0-x86_64-dvd.iso How reproducible: Every time Steps to Reproduce: 1. Run installer for RHEL8.0. 2. Select language Japanese and push "続行". 3. Click menu "ソフトウェアの選択(S)". 4. Description is typo (S)MB 共有 in "システムツール". Actual results: このグループには、システム用の各種ツール (MB 共有 ^^ Expected results: このグループには、システム用の各種ツール (SMB 共有 Additional info: The word is in lines 4701 and 4702 in following a file. In the RHEL8 installer /AppStream/repodata/53ae89a06c6bdd44ee3529aa43e8d55d31a28f3f3f1a66da10e0423a22889d12-comps-AppStream.x86_64.xml 4570 <group> 4571 <id>system-tools</id> 4572 <name>System Tools</name> <snip> 4663 <description>This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic.</description> <snip> 4701 <description xml:lang="ja">このグループには、システム用の各種ツール (MB 共有への接続クライアントやネットワーク通信量をモニターするツール) のコレクションが含まれます。</description> 4702 <description xml:lang="ja_JP">このグループには、システム用の各種ツール (MB 共有への接続クライアントやネットワーク通信量をモニターするツール) のコレクションが含まれます。</description>