diff options
Diffstat (limited to 'src/combined/flac_decoder.c')
-rw-r--r-- | src/combined/flac_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/flac_decoder.c b/src/combined/flac_decoder.c index 80d16903f..8d168fc12 100644 --- a/src/combined/flac_decoder.c +++ b/src/combined/flac_decoder.c @@ -392,7 +392,7 @@ init_plugin (xine_t *xine, void *data) { this->decoder_class.open_plugin = open_plugin; this->decoder_class.identifier = "flacdec"; - this->decoder_class.description = _("flac audio decoder plugin"); + this->decoder_class.description = N_("flac audio decoder plugin"); this->decoder_class.dispose = dispose_class; |