diff options
Diffstat (limited to 'src/libspucmml/xine_cmml_decoder.c')
-rw-r--r-- | src/libspucmml/xine_cmml_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libspucmml/xine_cmml_decoder.c b/src/libspucmml/xine_cmml_decoder.c index 5daf5e7fc..31e6e9302 100644 --- a/src/libspucmml/xine_cmml_decoder.c +++ b/src/libspucmml/xine_cmml_decoder.c @@ -510,7 +510,7 @@ static void *init_spu_decoder_plugin (xine_t *xine, void *data) { this->class.open_plugin = spucmml_class_open_plugin; this->class.identifier = "spucmml"; - this->class.description = _("CMML subtitle decoder plugin"); + this->class.description = N_("CMML subtitle decoder plugin"); this->class.dispose = spucmml_class_dispose; this->xine = xine; |