vlc | branch: master | Filip Roséen <[email protected]> | Tue Oct 11 08:19:30 2016 +0200| [81d4001f08f926b0946b3ee06f06f43205a17bab] | committer: Hugo Beauzée-Luyssen
libvlc-module: change preparsing options descriptions There is nothing stating that we only preparse "files", as such the usage of "file" has been changed to "item". Also, the previous text did not mention in what unit the timeout was given - these changes simply adds information stating that it is is milliseconds. Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81d4001f08f926b0946b3ee06f06f43205a17bab --- src/libvlc-module.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 6d60e80..780785f 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -1106,14 +1106,14 @@ static const char *const ppsz_prefres[] = { "These options define the behavior of the playlist. Some " \ "of them can be overridden in the playlist dialog box." ) -#define PREPARSE_TEXT N_( "Automatically preparse files") +#define PREPARSE_TEXT N_( "Automatically preparse items") #define PREPARSE_LONGTEXT N_( \ - "Automatically preparse files added to the playlist " \ + "Automatically preparse items added to the playlist " \ "(to retrieve some metadata)." ) #define PREPARSE_TIMEOUT_TEXT N_( "Preparsing timeout" ) #define PREPARSE_TIMEOUT_LONGTEXT N_( \ - "Maximum time allowed to preparse a file" ) + "Maximum time (in milliseconds) allowed to preparse an item" ) #define METADATA_NETWORK_TEXT N_( "Allow metadata network access" ) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
