From aa37ace6a4213e130d3dc4948f0f8fda9e6c33a7 Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Wed, 10 Jul 2002 05:37:24 +0000 Subject: Also translate buffering by ValtrII CVS patchset: 2240 CVS date: 2002/07/10 05:37:24 --- src/input/net_buf_ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/net_buf_ctrl.c b/src/input/net_buf_ctrl.c index 8f1a503bb..896fa5d6b 100644 --- a/src/input/net_buf_ctrl.c +++ b/src/input/net_buf_ctrl.c @@ -64,7 +64,7 @@ void nbc_check_buffers (nbc_t *this) { if (!this->buffering) { this->xine->osd_renderer->filled_rect (this->xine->osd, 0, 0, 299, 99, 0); - this->xine->osd_renderer->render_text (this->xine->osd, 5, 30, "buffering...", OSD_TEXT1); + this->xine->osd_renderer->render_text (this->xine->osd, 5, 30, _("buffering..."), OSD_TEXT1); this->xine->osd_renderer->show (this->xine->osd, 0); /* give video_out time to display osd before pause */ -- cgit v1.2.3