Bug 182055

Summary: Small translation (italian locale, possibily others) error on alternatives and chkconfig
Product: [Fedora] Fedora Reporter: Mario Torre <neugens>
Component: chkconfigAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-20 18:16:45 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:
Attachments:
Description Flags
Patch to fix this issue none

Description Mario Torre 2006-02-19 21:41:22 UTC
Description of problem:

I found a small translation error when using the alternative system.
The usage summary report translated arguments to alternatives and chkconfig.

Version-Release number of selected component (if applicable):
1.3.23 (latest fedora core 4 errata)

How reproducible:
On systems with italian locale enabled just type /usr/sbin/alternatives --help


Steps to Reproduce:
1. Set italian locale on your system
2. run /usr/sbin/alternatives --help
  
Actual results:
versione alternativa 1.3.23 - Copyright (C) 2001 Red Hat, Inc.
Questo software può essere distribuito liberamente secondo la Licenza
pubblica di GNU.
uso: alternative --installare <link> <name> <path> <priority>
                    [--initscript <service>]
                    [--slave <link> <name> <path>]*
       alternative --rimuovere <name> <path>
       alternative --auto <name>
       alternative --config <name>
       alternative --visualizza <name>
       alternative --impostare <name> <path>

opzioni comuni: --verbose --test --help --usage --version
                --altdir <directory> --admindir <directory>


Expected results:
alternatives versione 1.3.23 - Copyright (C) 2001 Red Hat, Inc.
Questo software può essere distribuito liberamente secondo la Licenza
pubblica di GNU.
uso: alternative --install <link> <name> <path> <priority>
                    [--initscript <service>]
                    [--slave <link> <name> <path>]*
       alternative --remove <name> <path>
       alternative --auto <name>
       alternative --config <name>
       alternative --display <name>
       alternative --set <name> <path>

opzioni comuni: --verbose --test --help --usage --version
                --altdir <directory> --admindir <directory>


Additional info:
I have attached a patch that fix this issue, but have not added missing
translations and I have not checked if the same issue apply to other locale.

Comment 1 Mario Torre 2006-02-19 21:41:22 UTC
Created attachment 124868 [details]
Patch to fix this issue

Comment 2 Bill Nottingham 2006-02-20 18:16:45 UTC
This is already fixed in FC5 test.