[xiph-commits] r7172 - trunk/vorbis-tools/vorbiscomment
msmith at dactyl.lonelymoon.com
msmith
Sun Jul 18 20:58:53 PDT 2004
Author: msmith
Date: Sun Jul 18 20:58:53 2004
New Revision: 7172
Modified:
trunk/vorbis-tools/vorbiscomment/vcomment.c
Log:
Silly capitalisation stuff in some messages, bug #462
Modified: trunk/vorbis-tools/vorbiscomment/vcomment.c
===================================================================
--- trunk/vorbis-tools/vorbiscomment/vcomment.c 2004-07-19 03:48:12 UTC (rev 7171)
+++ trunk/vorbis-tools/vorbiscomment/vcomment.c 2004-07-19 03:58:53 UTC (rev 7172)
@@ -266,7 +266,7 @@
free(utf8_value);
return 0;
} else {
- fprintf(stderr, _("Couldn't convert comment to UTF8, "
+ fprintf(stderr, _("Couldn't convert comment to UTF-8, "
"cannot add\n"));
return -1;
}
@@ -302,7 +302,7 @@
" vorbiscomment -a in.ogg -t \"ARTIST=Some Guy\" -t \"TITLE=A Title\"\n"
" (note that when using this, reading comments from the comment\n"
" file or stdin is disabled)\n"
- " Raw mode (--raw, -R) will read and write comments in utf8,\n"
+ " Raw mode (--raw, -R) will read and write comments in UTF-8,\n"
" rather than converting to the user's character set. This is\n"
" useful for using vorbiscomment in scripts. However, this is\n"
" not sufficient for general round-tripping of comments in all\n"
More information about the commits
mailing list