Index: mythplugins/mythvideo/mythvideo/globalsettings.cpp
===================================================================
--- mythplugins/mythvideo/mythvideo/globalsettings.cpp	(revision 15311)
+++ mythplugins/mythvideo/mythvideo/globalsettings.cpp	(working copy)
@@ -240,11 +240,11 @@
 HostLineEdit *VideoStartupDirectory()
 {
     HostLineEdit *gc = new HostLineEdit("VideoStartupDir");
-    gc->setLabel(QObject::tr("Directory that holds videos"));
+    gc->setLabel(QObject::tr("Directories that hold videos"));
     gc->setValue(DEFAULT_VIDEOSTARTUP_DIR);
-    gc->setHelpText(QObject::tr("This directory must exist, and the user "
-                    "running MythVideo only needs to have read permission "
-                    "to the directory."));
+    gc->setHelpText(QObject::tr("Multiple directories can be separated by ':'. "
+                    "The directories must exist, and the user running MythVideo "
+                    "only needs to have read permission to them."));
     return gc;
 }
 
