Commit 63c55b2d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix various preferences typos

parent 303de67a
......@@ -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 algorithms 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,
......
......@@ -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 sequenence 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"
......
......@@ -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 seconds")
#define DURATION_LONGTEXT N_( \
"Duration in second before simulating an end of file. " \
"Duration in seconds before simulating an end of file. " \
"A negative value means an unlimited play time.")
#define FPS_TEXT N_("Frame rate")
......
......@@ -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 property, turn on this option." )
vlc_module_begin ()
......
......@@ -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" )
......
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