diff options
Diffstat (limited to 'src/combined/xine_speex_decoder.c')
-rw-r--r-- | src/combined/xine_speex_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/xine_speex_decoder.c b/src/combined/xine_speex_decoder.c index ee93c520d..09ac901d4 100644 --- a/src/combined/xine_speex_decoder.c +++ b/src/combined/xine_speex_decoder.c @@ -388,7 +388,7 @@ void *speex_init_plugin (xine_t *xine, void *data) { this->decoder_class.open_plugin = open_plugin; this->decoder_class.identifier = "speex"; - this->decoder_class.description = _("Speex audio decoder plugin"); + this->decoder_class.description = N_("Speex audio decoder plugin"); this->decoder_class.dispose = dispose_class; return this; |