diff options
Diffstat (limited to 'src/libxinevdec/bitplane.c')
-rw-r--r-- | src/libxinevdec/bitplane.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxinevdec/bitplane.c b/src/libxinevdec/bitplane.c index 1c7f387c6..a3c314b0b 100644 --- a/src/libxinevdec/bitplane.c +++ b/src/libxinevdec/bitplane.c @@ -1554,7 +1554,7 @@ static void *init_plugin (xine_t *xine, void *data) { this->decoder_class.open_plugin = open_plugin; this->decoder_class.identifier = "bitplane"; - this->decoder_class.description = _("Raw bitplane video decoder plugin"); + this->decoder_class.description = N_("Raw bitplane video decoder plugin"); this->decoder_class.dispose = dispose_class; return this; |