Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
63c55b2d
Commit
63c55b2d
authored
Dec 04, 2011
by
Jean-Baptiste Kempf
Browse files
Fix various preferences typos
parent
303de67a
Changes
5
Hide whitespace changes
Inline
Side-by-side
modules/audio_filter/resampler/src.c
View file @
63c55b2d
...
...
@@ -31,7 +31,7 @@
#define SRC_CONV_TYPE_TEXT N_("Sample rate converter type")
#define SRC_CONV_TYPE_LONGTEXT N_( \
"Different resampling algorithm are supported. " \
"Different resampling algorithm
s
are supported. " \
"The best one is slower, while the fast one exhibits low quality.")
static
const
int
conv_type_values
[]
=
{
SRC_SINC_BEST_QUALITY
,
SRC_SINC_MEDIUM_QUALITY
,
SRC_SINC_FASTEST
,
...
...
modules/codec/schroedinger.c
View file @
63c55b2d
...
...
@@ -127,7 +127,7 @@ static const char *enc_gop_structure_list_text[] = {
#define ENC_AU_DISTANCE "gop-length"
#define ENC_AU_DISTANCE_TEXT N_("GOP length")
#define ENC_AU_DISTANCE_LONGTEXT N_("Number of pictures between successive sequen
en
ce headers i.e. length of the group of pictures")
#define ENC_AU_DISTANCE_LONGTEXT N_("Number of pictures between successive sequence headers i.e. length of the group of pictures")
#define ENC_PREFILTER "filtering"
...
...
modules/demux/image.c
View file @
63c55b2d
...
...
@@ -57,9 +57,9 @@ static void Close(vlc_object_t *);
"If non empty and image-decode is true, the image will be " \
"converted to the specified chroma.")
#define DURATION_TEXT N_("Duration in second")
#define DURATION_TEXT N_("Duration in second
s
")
#define DURATION_LONGTEXT N_( \
"Duration in second before simulating an end of file. " \
"Duration in second
s
before simulating an end of file. " \
"A negative value means an unlimited play time.")
#define FPS_TEXT N_("Frame rate")
...
...
modules/demux/ts.c
View file @
63c55b2d
...
...
@@ -141,7 +141,7 @@ static void Close ( vlc_object_t * );
#define SEEK_PERCENT_TEXT N_("Seek based on percent not time")
#define SEEK_PERCENT_LONGTEXT N_( \
"Seek and position based on a percent byte position, not a PCR generated " \
"time position. If seeking doesn't work propery, turn on this option." )
"time position. If seeking doesn't work proper
t
y, turn on this option." )
vlc_module_begin
()
...
...
modules/gui/qt4/qt4.cpp
View file @
63c55b2d
...
...
@@ -163,7 +163,7 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
#define QT_BGCONE_TEXT N_( "Display background cone or art" )
#define QT_BGCONE_LONGTEXT N_( "Display background cone or current album art " \
"when not playing." \
"when not playing.
" \
"Can be disabled to prevent burning screen." )
#define QT_BGCONE_EXPANDS_TEXT N_( "Expanding background cone or art." )
#define QT_BGCONE_EXPANDS_LONGTEXT N_( "Background art fits window's size" )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment