[vlc-commits] wmafixed: fix double translation (refs #19769)

Rémi Denis-Courmont git at videolan.org
Fri Feb 16 10:01:12 CET 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Feb 16 11:00:50 2018 +0200| [4d05be8f2fde8d7bcb657ddc468f2ee6e89c7321] | committer: Rémi Denis-Courmont

wmafixed: fix double translation (refs #19769)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d05be8f2fde8d7bcb657ddc468f2ee6e89c7321
---

 modules/codec/wmafixed/wma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/wmafixed/wma.c b/modules/codec/wmafixed/wma.c
index dea8c7370c..84c27249f9 100644
--- a/modules/codec/wmafixed/wma.c
+++ b/modules/codec/wmafixed/wma.c
@@ -80,7 +80,7 @@ static void Flush( decoder_t * );
 vlc_module_begin();
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACODEC );
-    set_description( _("WMA v1/v2 fixed point audio decoder") );
+    set_description( N_("WMA v1/v2 fixed point audio decoder") );
     set_capability( "audio decoder", 80 );
     add_shortcut( "wmafixed" )
     set_callbacks( OpenDecoder, CloseDecoder );



More information about the vlc-commits mailing list