[xiph-cvs] cvs commit: vorbis-tools/ogg123 vorbis_comments.c

Ralph Giles giles at xiph.org
Tue Jun 24 05:37:53 PDT 2003



giles       03/06/24 08:37:52

  Modified:    ogg123   vorbis_comments.c
  Log:
  Change the word order of the replaygain peak comment labels as requested by Martin Quinson.

Revision  Changes    Path
1.3       +3 -3      vorbis-tools/ogg123/vorbis_comments.c

Index: vorbis_comments.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/vorbis_comments.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vorbis_comments.c	24 Jun 2003 12:34:40 -0000	1.2
+++ vorbis_comments.c	24 Jun 2003 12:37:52 -0000	1.3
@@ -11,7 +11,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: vorbis_comments.c,v 1.2 2003/06/24 12:34:40 giles Exp $
+ last mod: $Id: vorbis_comments.c,v 1.3 2003/06/24 12:37:52 giles Exp $
 
  ********************************************************************/
 
@@ -35,8 +35,8 @@
   {"TRACKNUMBER=", N_("Track number:")},
   {"REPLAYGAIN_TRACK_GAIN=", N_("ReplayGain (Track):")},
   {"REPLAYGAIN_ALBUM_GAIN=", N_("ReplayGain (Album):")},
-  {"REPLAYGAIN_TRACK_PEAK=", N_("ReplayGain (Track) Peak:")},
-  {"REPLAYGAIN_ALBUM_PEAK=", N_("ReplayGain (Album) Peak:")},
+  {"REPLAYGAIN_TRACK_PEAK=", N_("ReplayGain Peak (Track):")},
+  {"REPLAYGAIN_ALBUM_PEAK=", N_("ReplayGain Peak (Album):")},
   {"COPYRIGHT=", N_("Copyright")},
   {"=", N_("Comment:")},
   {NULL, N_("Comment:")}

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list