summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_smjpeg.c
diff options
context:
space:
mode:
authorPhilipp Hahn <pmhahn@users.sourceforge.net>2002-07-19 14:07:37 +0000
committerPhilipp Hahn <pmhahn@users.sourceforge.net>2002-07-19 14:07:37 +0000
commitc7c523ac32cf4eac88658e3ebb034bf4235b70ee (patch)
tree87bc83383d7d4af2eee515bab0093d37bbb0cc7c /src/demuxers/demux_smjpeg.c
parent7183ad34fbd7037a34e93fb451a980790616bc17 (diff)
downloadxine-lib-c7c523ac32cf4eac88658e3ebb034bf4235b70ee.tar.gz
xine-lib-c7c523ac32cf4eac88658e3ebb034bf4235b70ee.tar.bz2
Better plural by ValtrII
CVS patchset: 2316 CVS date: 2002/07/19 14:07:37
Diffstat (limited to 'src/demuxers/demux_smjpeg.c')
-rw-r--r--src/demuxers/demux_smjpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_smjpeg.c b/src/demuxers/demux_smjpeg.c
index d9cc2fa0b..4d267e95e 100644
--- a/src/demuxers/demux_smjpeg.c
+++ b/src/demuxers/demux_smjpeg.c
@@ -21,7 +21,7 @@
* For more information on the SMJPEG file format, visit:
* http://www.lokigames.com/development/smjpeg.php3
*
- * $Id: demux_smjpeg.c,v 1.4 2002/07/17 18:17:49 miguelfreitas Exp $
+ * $Id: demux_smjpeg.c,v 1.5 2002/07/19 14:07:38 pmhahn Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -412,7 +412,7 @@ this->video_type = BUF_VIDEO_JPEG;
this->audio_sample_rate,
this->audio_bits,
this->audio_channels,
- (this->audio_channels == 1) ? _("channel") : _("channels"));
+ ngettext("channel", "channels", this->audio_channels));
/* send start buffers */
xine_demux_control_start(this->xine);