diff options
Diffstat (limited to 'src/libxineadec/xine_dts_decoder.c')
-rw-r--r-- | src/libxineadec/xine_dts_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxineadec/xine_dts_decoder.c b/src/libxineadec/xine_dts_decoder.c index 3f34b68c2..b8ba460d7 100644 --- a/src/libxineadec/xine_dts_decoder.c +++ b/src/libxineadec/xine_dts_decoder.c @@ -562,7 +562,7 @@ static void *init_plugin (xine_t *xine, void *data) { this->decoder_class.open_plugin = open_plugin; this->decoder_class.identifier = "DTS"; - this->decoder_class.description = _("DTS passthru audio format decoder plugin"); + this->decoder_class.description = N_("DTS passthru audio format decoder plugin"); this->decoder_class.dispose = dispose_class; return this; |