[vlc-devel] [PATCH 7/7] libvlc-module: change preparsing options descriptions

Filip Roséen filip at atch.se
Tue Mar 28 19:50:11 CEST 2017


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.
---
 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 6d60e807af..780785f9b0 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" )
 
-- 
2.12.1


More information about the vlc-devel mailing list