After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 484484 - Updating sound-juicer documentation.
Updating sound-juicer documentation.
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: docs
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
: 500217 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-10-07 19:33 UTC by Pedro de Medeiros
Modified: 2007-12-07 23:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch based upon bug report (1.78 KB, patch)
2007-12-05 13:26 UTC, Bob Mauchin
none Details | Review
A more complete fix. (2.07 KB, patch)
2007-12-05 17:29 UTC, Pedro de Medeiros
none Details | Review

Description Pedro de Medeiros 2007-10-07 19:33:25 UTC
Some proposed changes to update sound-juicer documentation:

#: C/sound-juicer.xml:228(para) 
msgid "While playing, <application>Sound Juicer</application> displays a progress bar showing the position on the entire CD that is being played. To skip to another part of the CD, drag the handle along the progress bar."

Wrong, the progress bar (which is not really a "progress bar", but a GtkHScale widget by the way) does not display the position "on the entire CD", but only the position in the current track. And I found a typo:

#: C/sound-juicer.xml:243(para) 
msgid "Which file format and codec is used for the extracted audio files."

Should be:

"Which file format and codec *are* used for the extracted audio files."

And it seems that all references to "Ogg Vorbis", like:

#: C/sound-juicer.xml:312(term) 
msgid "CD Quality, Lossy (Ogg Vorbis audio)"

Should be changed to "Ogg multimedia", for instance:

msgid "CD Quality, Lossy (Ogg multimedia)"

According to sound-juicer itself. And:

#: C/sound-juicer.xml:353(term) 
msgid "Voice (WAV audio)"

Should be changed to "Voice, Lossless (WAV audio)" to conform to the sound-juicer interface.
Comment 1 André Klapper 2007-12-05 03:39:24 UTC
pedro, can you come up with a patch?
Comment 2 Bob Mauchin 2007-12-05 13:26:50 UTC
Created attachment 100245 [details] [review]
Patch based upon bug report
Comment 3 Pedro de Medeiros 2007-12-05 17:29:25 UTC
Created attachment 100303 [details] [review]
A more complete fix.

Found a new typo. And a fix for what happens when you drag the progress bar when you are playing a song was missing.
Comment 4 Rob Bradford 2007-12-07 23:03:56 UTC
*** Bug 500217 has been marked as a duplicate of this bug. ***
Comment 5 Rob Bradford 2007-12-07 23:31:47 UTC
Thanks for the bug report & patches. Fixes have been commited to trunk.

Thanks!