summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Hahn <pmhahn@users.sourceforge.net>2002-07-10 05:37:24 +0000
committerPhilipp Hahn <pmhahn@users.sourceforge.net>2002-07-10 05:37:24 +0000
commitaa37ace6a4213e130d3dc4948f0f8fda9e6c33a7 (patch)
treee05ada8e8528152c65ebe9cc82df396c8798e953 /src
parentc3dc2375745881efc10168683f94d86b1085c719 (diff)
downloadxine-lib-aa37ace6a4213e130d3dc4948f0f8fda9e6c33a7.tar.gz
xine-lib-aa37ace6a4213e130d3dc4948f0f8fda9e6c33a7.tar.bz2
Also translate buffering by ValtrII
CVS patchset: 2240 CVS date: 2002/07/10 05:37:24
Diffstat (limited to 'src')
-rw-r--r--src/input/net_buf_ctrl.c2
1 files changed, 1 insertions, 1 deletions
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 */