diff options
Diffstat (limited to 'src/libmpeg2new')
-rw-r--r-- | src/libmpeg2new/xine_mpeg2new_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmpeg2new/xine_mpeg2new_decoder.c b/src/libmpeg2new/xine_mpeg2new_decoder.c index 8443eca79..1bed00954 100644 --- a/src/libmpeg2new/xine_mpeg2new_decoder.c +++ b/src/libmpeg2new/xine_mpeg2new_decoder.c @@ -486,7 +486,7 @@ static void *init_plugin (xine_t *xine, void *data) { this->decoder_class.open_plugin = open_plugin; this->decoder_class.identifier = "mpeg2new"; - 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; |