Bug 460798 - [I18N] String disambiguation
Summary: [I18N] String disambiguation
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: pulseaudio
Version: rawhide
Hardware: All
OS: All
medium
low
Target Milestone: ---
Assignee: Lennart Poettering
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-01 08:54 UTC by Robert-André Mauchin
Modified: 2008-09-04 15:27 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-09-04 15:27:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert-André Mauchin 2008-09-01 08:54:04 UTC
Hi,

During the translation process of pulseaudio we notice this string in the command line help (/src/utils/pacat.c:490) :

"      --format=SAMPLEFORMAT             The sample type, one of s16le, s16be, u8, float32le,\n"
"                                        float32be, ulaw, alaw (defaults to s16ne)\n"

It is strange that s16ne is the default as it doesn't appear in the previous list. Please, could you confirm that this is correct and not a typo.

Comment 1 Lennart Poettering 2008-09-04 15:27:09 UTC
Actually s16ne is right, since it is just an alias to the native endian s16 type of the local machine. The man page is more elaborate about this.

It might indeed be a bit surprising but I'd like to leave --help much terser than the man page, and hence i'd like to leave it the way it is right now.

Thanks anyway for pointing this out!


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