vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Dec 4 15:16:59 2011 +0100| [22ec4bef7881e6f0cbddc4992dc5f642cac0d0e1] | committer: Jean-Baptiste Kempf
Fix strings mistake for translation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22ec4bef7881e6f0cbddc4992dc5f642cac0d0e1 --- 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 " \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
