diff options
-rw-r--r-- | po/POTFILES.in | 1 | ||||
-rw-r--r-- | src/input/net_buf_ctrl.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 4729db1f5..7a4c3f17c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -32,6 +32,7 @@ src/input/input_file.c src/input/input_vcd.c src/input/input_http.c src/input/input_cda.c +src/input/net_buf_ctrl.c src/libmpeg2/xine_decoder.c src/libmpg123/xine_decoder.c src/libspudec/xine_decoder.c 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 */ |