]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
Add the comment on why and how we translate "C" in vlc.pot
[vlc] / src / libvlc.c
index f6d6be839f313499ff001b9a2ad2b00482855994..14039952babc2dd86e4dd3f496d885b4b732f6e3 100644 (file)
@@ -341,7 +341,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
     /* Announce who we are - Do it only for first instance ? */
     msg_Dbg( p_libvlc, "%s", COPYRIGHT_MESSAGE );
     msg_Dbg( p_libvlc, "libvlc was configured with %s", CONFIGURE_LINE );
-    /* Translate "C" to the language code: "fr", "en_GB", "nl", "ru"... */
+    /*xgettext: Translate "C" to the language code: "fr", "en_GB", "nl", "ru"... */
     msg_Dbg( p_libvlc, "translation test: code is \"%s\"", _("C") );
 
     /* Check for short help option */