]> git.sesse.net Git - vlc/commitdiff
Minor spelling mistakes pointed by P.K2
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 25 Aug 2008 16:26:43 +0000 (18:26 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 25 Aug 2008 16:26:54 +0000 (18:26 +0200)
src/input/input.c
src/libvlc-module.c

index 71e6547c0d6a38936b95765e62480c3c7fa06b4e..fdd907e69cc16218fc3832856117a0c421cc24e9 100644 (file)
@@ -2316,7 +2316,7 @@ static int InputSourceInit( input_thread_t *p_input,
             intf_UserFatal( VLC_OBJECT( p_input ), false,
                             _("VLC can't recognize the input's format"),
                             _("The format of '%s' cannot be detected. "
-                            "Have a look the log for details."), psz_mrl );
+                            "Have a look at the log for details."), psz_mrl );
             goto error;
         }
 
index 749879494ba66d03bedf58e9f7f5facda8c94fc2..624cdc7a51ea8f35f366e71675ab3fd4dcab45a7 100644 (file)
@@ -697,7 +697,7 @@ static const char *const ppsz_clock_descriptions[] =
 #define SUB_FILTER_TEXT N_("Subpictures filter module")
 #define SUB_FILTER_LONGTEXT N_( \
     "This adds so-called \"subpicture filters\". These filters overlay " \
-    "some images or text over the video (like a logo, arbitrary text...)." )
+    "some images or text over the video (like a logo, arbitrary text...)." )
 
 #define SUB_AUTO_TEXT N_("Autodetect subtitle files")
 #define SUB_AUTO_LONGTEXT N_( \
@@ -1056,7 +1056,7 @@ static const char *const ppsz_clock_descriptions[] =
     "don't want a new instance of VLC to be opened each time you " \
     "open a file in your file manager. This option will allow you " \
     "to play the file with the already running instance or enqueue it. " \
-    "This option require the D-Bus session daemon to be active " \
+    "This option requires the D-Bus session daemon to be active " \
     "and the running instance of VLC to use D-Bus control interface.")
 
 #define STARTEDFROMFILE_TEXT N_("VLC is started from file association")