From ec0b25f428cfeab34342888ba6fc3457dd9fcc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 11 Dec 2004 23:18:00 +0000 Subject: Czech translation update. 100% of the messages after long time, yes! :-) Fix a typo in two original messages (please correct, if I'm wrong), reflect it in de.po too. CVS patchset: 7222 CVS date: 2004/12/11 23:18:00 --- src/xine-engine/audio_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/audio_decoder.c') diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index f48a5a35c..c34303a52 100644 --- a/src/xine-engine/audio_decoder.c +++ b/src/xine-engine/audio_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_decoder.c,v 1.130 2004/10/14 23:25:24 tmattern Exp $ + * $Id: audio_decoder.c,v 1.131 2004/12/11 23:18:02 valtri Exp $ * * * functions that implement audio decoding @@ -467,7 +467,7 @@ void _x_audio_decoder_init (xine_stream_t *stream) { _("The number of audio buffers (each is 8k in size) " "xine uses in its internal queue. Higher values " "mean smoother playback for unreliable inputs, but " - "also increased latency and memory comsumption."), + "also increased latency and memory consumption."), 20, NULL, NULL); stream->audio_fifo = _x_fifo_buffer_new (num_buffers, 8192); -- cgit v1.2.3