diff options
Diffstat (limited to 'src/libmpeg2/xine_mpeg2_decoder.c')
-rw-r--r-- | src/libmpeg2/xine_mpeg2_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmpeg2/xine_mpeg2_decoder.c b/src/libmpeg2/xine_mpeg2_decoder.c index ea3af9762..4e67661dc 100644 --- a/src/libmpeg2/xine_mpeg2_decoder.c +++ b/src/libmpeg2/xine_mpeg2_decoder.c @@ -151,7 +151,7 @@ static void *init_plugin (xine_t *xine, void *data) { this->decoder_class.open_plugin = open_plugin; this->decoder_class.identifier = "mpeg2dec"; - this->decoder_class.description = _("mpeg2 based video decoder plugin"); + this->decoder_class.description = N_("mpeg2 based video decoder plugin"); this->decoder_class.dispose = dispose_class; return this; |