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

Rémi Denis-Courmont git at videolan.org
Sun Feb 18 09:07:41 CET 2018


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

wmafixed: fix double translation (refs #19769)

(cherry picked from commit 4d05be8f2fde8d7bcb657ddc468f2ee6e89c7321)
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 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