summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.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_qt.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_qt.c')
-rw-r--r--src/demuxers/demux_qt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c
index 6088ee0ab..93a30ad6a 100644
--- a/src/demuxers/demux_qt.c
+++ b/src/demuxers/demux_qt.c
@@ -30,7 +30,7 @@
* build_frame_table
* free_qt_info
*
- * $Id: demux_qt.c,v 1.71 2002/07/19 03:21:49 miguelfreitas Exp $
+ * $Id: demux_qt.c,v 1.72 2002/07/19 14:07:38 pmhahn Exp $
*
*/
@@ -1434,7 +1434,7 @@ static int demux_qt_start (demux_plugin_t *this_gen,
this->qt->audio_sample_rate,
this->qt->audio_bits,
this->qt->audio_channels,
- (this->qt->audio_channels == 1) ? _("channel") : _("channels"));
+ ngettext("channel", "channels", this->qt->audio_channels));
/* send start buffers */
xine_demux_control_start(this->xine);