summaryrefslogtreecommitdiff
path: root/src/combined/xine_theora_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/combined/xine_theora_decoder.c')
-rw-r--r--src/combined/xine_theora_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/xine_theora_decoder.c b/src/combined/xine_theora_decoder.c
index e7d59624a..2ce3299fd 100644
--- a/src/combined/xine_theora_decoder.c
+++ b/src/combined/xine_theora_decoder.c
@@ -358,7 +358,7 @@ void *theora_init_plugin (xine_t *xine, void *data) {
this->decoder_class.open_plugin = theora_open_plugin;
this->decoder_class.identifier = "theora video";
- this->decoder_class.description = _("theora video decoder plugin");
+ this->decoder_class.description = N_("theora video decoder plugin");
this->decoder_class.dispose = theora_dispose_class;
return this;