diff options
Diffstat (limited to 'src/input/input_rtp.c')
-rw-r--r-- | src/input/input_rtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c index 12e97bd02..5ef5184cc 100644 --- a/src/input/input_rtp.c +++ b/src/input/input_rtp.c @@ -781,7 +781,7 @@ static void *init_class (xine_t *xine, void *data) { this->xine = xine; this->input_class.get_instance = rtp_class_get_instance; - this->input_class.description = _("RTP and UDP input plugin as shipped with xine"); + this->input_class.description = N_("RTP and UDP input plugin as shipped with xine"); this->input_class.identifier = "RTP/UDP"; this->input_class.get_dir = NULL; this->input_class.get_autoplay_list = NULL; |