Commit dd68babf authored by Felix Paul Kühne's avatar Felix Paul Kühne

Minor spelling mistakes pointed by P.K2

parent b3382b7e
......@@ -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;
}
......
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment