summaryrefslogtreecommitdiff
path: root/src/libspudec/xine_spu_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libspudec/xine_spu_decoder.c')
-rw-r--r--src/libspudec/xine_spu_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libspudec/xine_spu_decoder.c b/src/libspudec/xine_spu_decoder.c
index cac5a8d09..d5c5d8c04 100644
--- a/src/libspudec/xine_spu_decoder.c
+++ b/src/libspudec/xine_spu_decoder.c
@@ -366,7 +366,7 @@ static void *init_plugin (xine_t *xine, void *data) {
this->decoder_class.open_plugin = open_plugin;
this->decoder_class.identifier = "spudec";
- this->decoder_class.description = _("DVD/VOB SPU decoder plugin");
+ this->decoder_class.description = N_("DVD/VOB SPU decoder plugin");
this->decoder_class.dispose = dispose_class;
lprintf ("libspudec:init_plugin called\n");