]> git.sesse.net Git - vlc/commitdiff
Grammar
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 8 Apr 2010 22:30:56 +0000 (23:30 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 8 Apr 2010 23:33:06 +0000 (00:33 +0100)
modules/audio_filter/audiobargraph_a.c

index 4973ded76db40e86ba821edbf71202dfc08b9ab2..6eb121f69314e7452098c49bb254e82e6ca95024 100644 (file)
 #define PORT_LONGTEXT N_("TCP port to use to communicate with the video "\
                 "part of the Bar Graph (default 12345)." \
                 "Use the same port as the one used in the rc interface." )
-#define BARGRAPH_TEXT N_("Defines if BarGraph information should be send (default 1)")
-#define BARGRAPH_LONGTEXT N_("Defines if BarGraph information should be send. "\
+#define BARGRAPH_TEXT N_("Defines if BarGraph information should be sent (default 1)")
+#define BARGRAPH_LONGTEXT N_("Defines if BarGraph information should be sent. "\
                 "1 if the information should be sent, 0 otherwise (default 1)." )
 #define BARGRAPH_REPETITION_TEXT N_("Sends the barGraph information every n audio packets (default 4)")
 #define BARGRAPH_REPETITION_LONGTEXT N_("Defines how often the barGraph information should be sent. "\
                 "Sends the barGraph information every n audio packets (default 4)." )
-#define SILENCE_TEXT N_("Defines if silence alarm information should be send (default 1)")
-#define SILENCE_LONGTEXT N_("Defines if silence alarm information should be send. "\
+#define SILENCE_TEXT N_("Defines if silence alarm information should be sent (default 1)")
+#define SILENCE_LONGTEXT N_("Defines if silence alarm information should be sent. "\
                 "1 if the information should be sent, 0 otherwise (default 1)." )
 #define TIME_WINDOW_TEXT N_("Time window to use in ms (default 5000)")
 #define TIME_WINDOW_LONGTEXT N_("Time Window during when the audio level is measured in ms for silence detection. "\