[vlc-commits] Fix various preferences typos

Jean-Baptiste Kempf git at videolan.org
Mon Dec 5 01:10:36 CET 2011


vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec  4 23:42:19 2011 +0100| [184fc68a13c7aceee22e57ed2a84c3463244aa2c] | committer: Jean-Baptiste Kempf

Fix various preferences typos
(cherry picked from commit 63c55b2d227a9838a8349e18893527d8c90e4c2e)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=184fc68a13c7aceee22e57ed2a84c3463244aa2c
---

 modules/audio_filter/resampler/src.c |    2 +-
 modules/codec/schroedinger.c         |    2 +-
 modules/demux/image.c                |    4 ++--
 modules/demux/ts.c                   |    2 +-
 modules/gui/qt4/qt4.cpp              |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/audio_filter/resampler/src.c b/modules/audio_filter/resampler/src.c
index 18ed0cf..d04e0f7 100644
--- a/modules/audio_filter/resampler/src.c
+++ b/modules/audio_filter/resampler/src.c
@@ -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,
diff --git a/modules/codec/schroedinger.c b/modules/codec/schroedinger.c
index e80cab2..84a9da0 100644
--- a/modules/codec/schroedinger.c
+++ b/modules/codec/schroedinger.c
@@ -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"
diff --git a/modules/demux/image.c b/modules/demux/image.c
index b0aaf87..8921404 100644
--- a/modules/demux/image.c
+++ b/modules/demux/image.c
@@ -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")
diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index 352c8a3..23f5146 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -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 ()
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 3d08ab6..8596935 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -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" )



More information about the vlc-commits mailing list