[vlc-commits] Fix strings mistake for translation
Jean-Baptiste Kempf
git at videolan.org
Mon Dec 5 01:10:35 CET 2011
vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 4 15:16:59 2011 +0100| [d0567d8315ecfde6ab4cb8fef023ee5779cdfb4d] | committer: Jean-Baptiste Kempf
Fix strings mistake for translation
(cherry picked from commit 22ec4bef7881e6f0cbddc4992dc5f642cac0d0e1)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=d0567d8315ecfde6ab4cb8fef023ee5779cdfb4d
---
modules/codec/schroedinger.c | 2 +-
modules/control/netsync.c | 8 ++++----
src/libvlc-module.c | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modules/codec/schroedinger.c b/modules/codec/schroedinger.c
index bc1e1c2..e80cab2 100644
--- a/modules/codec/schroedinger.c
+++ b/modules/codec/schroedinger.c
@@ -149,7 +149,7 @@ static const char *enc_filtering_list_text[] = {
N_("Gaussian Low Pass Filter"),
N_("Add Noise"),
N_("Gaussian Adaptive Low Pass Filter"),
- N_("Low Pass Ffilter"),
+ N_("Low Pass Filter"),
};
#define ENC_PREFILTER_STRENGTH "filter-value"
diff --git a/modules/control/netsync.c b/modules/control/netsync.c
index 517c12a..b68266d 100644
--- a/modules/control/netsync.c
+++ b/modules/control/netsync.c
@@ -55,13 +55,13 @@ static int Open (vlc_object_t *);
static void Close(vlc_object_t *);
#define NETSYNC_TEXT N_("Network master clock")
-#define NETSYNC_LONGTEXT N_("When set then " \
- "This VLC instance shall dictate its clock for synchronization " \
- "over clients listening on the masters network ip address")
+#define NETSYNC_LONGTEXT N_("When set, " \
+ "this VLC instance will act as the master clock for synchronization " \
+ "for clients listening")
#define MIP_TEXT N_("Master server ip address")
#define MIP_LONGTEXT N_("The IP address of " \
- "The network master clock to use for clock synchronization.")
+ "the network master clock to use for clock synchronization.")
#define NETSYNC_TIMEOUT_TEXT N_("UDP timeout (in ms)")
#define NETSYNC_TIMEOUT_LONGTEXT N_("Length of time (in ms) " \
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 67271de..3b41d04 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -201,7 +201,7 @@ static const char *const ppsz_snap_formats[] =
#define VERBOSE_OBJECTS_TEXT N_("Choose which objects should print debug " \
"message")
#define VERBOSE_OBJECTS_LONGTEXT N_( \
- "This is a ',' separated string, each objects should be prefixed by " \
+ "This is a ',' separated string, each object should be prefixed by " \
"a '+' or a '-' to respectively enable or disable it. The keyword " \
"'all' refers to all objects. Objects can be referred to by their " \
"type or module name. Rules applying to named objects take precedence " \
More information about the vlc-commits
mailing list