summaryrefslogtreecommitdiff
path: root/src/libxinevdec/yuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxinevdec/yuv.c')
-rw-r--r--src/libxinevdec/yuv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxinevdec/yuv.c b/src/libxinevdec/yuv.c
index bcbb4bbe7..56f97be5d 100644
--- a/src/libxinevdec/yuv.c
+++ b/src/libxinevdec/yuv.c
@@ -351,7 +351,7 @@ static void *init_plugin (xine_t *xine, void *data) {
this->decoder_class.open_plugin = open_plugin;
this->decoder_class.identifier = "YUV";
- this->decoder_class.description = _("Raw YUV video decoder plugin");
+ this->decoder_class.description = N_("Raw YUV video decoder plugin");
this->decoder_class.dispose = dispose_class;
return this;