Index: programs/mythfrontend/globalsettings.cpp
===================================================================
--- programs/mythfrontend/globalsettings.cpp	(revision 13457)
+++ programs/mythfrontend/globalsettings.cpp	(working copy)
@@ -2984,9 +2984,9 @@
     GlobalLineEdit *be = new GlobalLineEdit("MythFillDatabaseLog");
     be->setLabel(QObject::tr("mythfilldatabase Log Path"));
     be->setValue("");
-    be->setHelpText(QObject::tr("Path to use for logging output from "
-                   "the mythfilldatabase program.  Leave blank "
-                   "to disable logging."));
+    be->setHelpText(QObject::tr("Path (including filename) to use for logging "
+                    "output from the mythfilldatabase program.  Leave blank "
+                    "to disable logging."));
     return be;
 }
 
