]> git.sesse.net Git - vlc/blobdiff - src/libvlc-module.c
* Switch b_strict to true in module_Need calls (we're requiring a specific module)
[vlc] / src / libvlc-module.c
index 4a1dd3ee0d55a3c9e73b44617de452f814a84966..e28c3c4414f6da0446226f3277573ddafdbd0217 100644 (file)
@@ -896,7 +896,7 @@ static const char *ppsz_clock_descriptions[] =
     "for example if you associated VLC with some media types and you " \
     "don't want a new instance of VLC to be opened each time you " \
     "open a file in your file manager. This option will allow you " \
-    "to play the file with the already running instance or enqueue it." \
+    "to play the file with the already running instance or enqueue it. " \
     "This option require the D-Bus session daemon to be active " \
     "and the running instance of VLC to use D-Bus control interface.")