Commit 927b5f97 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Spell preferred

(cherry picked from commit 4b85979a)
parent 80d5159e
......@@ -136,7 +136,7 @@ VLC_EXPORT( picture_t *, picture_New, ( vlc_fourcc_t i_chroma, int i_width, int
/**
* This function will create a new picture using the given format.
*
* When possible, it is prefered to use this function over picture_New
* When possible, it is preferred to use this function over picture_New
* as more information about the format is kept.
*/
VLC_EXPORT( picture_t *, picture_NewFromFormat, ( const video_format_t *p_fmt ) );
......
......@@ -374,7 +374,7 @@ static void OutputStart( sout_stream_t *p_stream )
const char *psz_muxer = NULL;
const char *psz_extension = NULL;
/* Look for prefered muxer
/* Look for preferred muxer
* TODO we could insert transcode in a few cases like
* s16l <-> s16b
*/
......
......@@ -200,7 +200,7 @@ AtmoLight Channel 4: gets zone 0 (top)
Also the settings for Gradient images change for the new devices, its no longer
sufficient to speficy only 5 image name - because the number of zones is no longer
fixed to five.
So its prefered to set a path ("Gradient Bitmap searchpath"), where files
So its preferred to set a path ("Gradient Bitmap searchpath"), where files
like "zone_0.bmp" "zone_1.bmp" etc. exists. (with the same rules as defined for
the old zone bitmaps.)
--> I think in most cases its no longer required to use this option,
......
......@@ -133,7 +133,7 @@ strings for settings menus and hints
"in live action.")
#define DRIVER_TEXT N_("Device type")
#define DRIVER_LONGTEXT N_("Choose your prefered hardware from " \
#define DRIVER_LONGTEXT N_("Choose your preferred hardware from " \
"the list, or choose AtmoWin Software " \
"to delegate processing to the external " \
"process - with more options")
......@@ -346,7 +346,7 @@ static const char *const ppsz_zone_assignment_descriptions[] = {
"pixels, containing a grayscale gradient")
#define GRADIENT_PATH_TEXT N_("Gradient bitmap searchpath")
#define GRADIENT_PATH_LONGTEXT N_("Now prefered option to assign gradient "\
#define GRADIENT_PATH_LONGTEXT N_("Now preferred option to assign gradient "\
"bitmaps, put them as zone_0.bmp, zone_1.bmp etc. into one folder and "\
"set the foldername here")
......
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