]> git.sesse.net Git - vlc/commitdiff
Add the comment on why and how we translate "C" in vlc.pot
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 18 Apr 2009 00:32:46 +0000 (01:32 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 18 Apr 2009 00:42:49 +0000 (01:42 +0100)
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 */