]> git.sesse.net Git - vlc/commitdiff
include/vlc_help.h: Grammar and spelling fixes.
authorSam Hocevar <sam@videolan.org>
Wed, 3 Dec 2003 12:33:21 +0000 (12:33 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 3 Dec 2003 12:33:21 +0000 (12:33 +0000)
include/vlc_help.h

index 7fdedc6832434d73a3f728c8a1e93add2269fd66..35cb355fa116903ec3ceec159565cab7d8d66e8e 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_help.h: Help strings
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: vlc_help.h,v 1.4 2003/10/29 17:32:54 zorglub Exp $
+ * $Id: vlc_help.h,v 1.5 2003/12/03 12:33:21 sam Exp $
  *
  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
  *          Anil Daoud <anil@videolan.org>
 #define GENERAL_HELP N_( \
     "Configure some global options in General Settings " \
      "and configure each VLC plugin in the Plugins section.\n" \
-     "Click on 'Advanced Options' to see every options." )
+     "Click on \"Advanced Options\" to see all options." )
 
 #define PLUGIN_TITLE N_( "VLC Plugins Preferences" )
 #define PLUGIN_HELP N_( \
     "In this tree, you can set options for every plugin used by VLC.\n" \
-    "Plugins are sorted by type.\nHave fun tuning VLC !" )
+    "Plugins are sorted by type.\nHave fun tuning VLC!" )
 
 /*
  *  Then, help for each module capabilities.
@@ -47,7 +47,7 @@
 #define ACCESS_TITLE N_( "Access modules settings" )
 #define ACCESS_HELP N_( \
     "Settings related to the various access methods used by VLC.\n" \
-    "Common settings you may want to alter are http proxy or " \
+    "Common settings you may want to alter are HTTP proxy or " \
     "caching settings." )
 
 #define AUDIO_FILTER_TITLE N_("Audio filters settings")
@@ -66,8 +66,8 @@
 
 #define DECODER_TITLE  N_("Decoder modules settings" )
 #define DECODER_HELP N_( \
-    "In the Subsdec section you may want to set your preferred subtitles " \
-    "text encoding.")
+    "In the Subsdec section you may want to set the text encoding of your " \
+    "preferred subtitles.")
 
 #define DEMUX_TITLE N_("Demuxers settings")
 #define DEMUX_HELP N_( " ")
@@ -84,7 +84,7 @@
 
 #define SUBTITLE_DEMUX_TITLE N_("Subtitle demuxer settings")
 #define SUBTITLE_DEMUX_HELP N_( \
-    "In this section you can force the behaviour of the subtitle demuxer, " \
+    "In this section you can force the behavior of the subtitle demuxer, " \
     "for example by setting the subtitles type or file name.")
 
 #define TEXT_TITLE N_("Text renderer settings")