diff options
Diffstat (limited to 'src/libxinevdec/image.c')
-rw-r--r-- | src/libxinevdec/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxinevdec/image.c b/src/libxinevdec/image.c index 2807fc5d6..7fbafe70e 100644 --- a/src/libxinevdec/image.c +++ b/src/libxinevdec/image.c @@ -251,7 +251,7 @@ static void *init_class (xine_t *xine, void *data) { this->decoder_class.open_plugin = open_plugin; this->decoder_class.identifier = "imagevdec"; - this->decoder_class.description = _("image video decoder plugin"); + this->decoder_class.description = N_("image video decoder plugin"); this->decoder_class.dispose = dispose_class; /* |