Ticket #3474: mythtv-mythfilldatabase_log_path_description.patch

File mythtv-mythfilldatabase_log_path_description.patch, 823 bytes (added by sphery <mtdean@…>, 17 years ago)
  • programs/mythfrontend/globalsettings.cpp

     
    29842984    GlobalLineEdit *be = new GlobalLineEdit("MythFillDatabaseLog");
    29852985    be->setLabel(QObject::tr("mythfilldatabase Log Path"));
    29862986    be->setValue("");
    2987     be->setHelpText(QObject::tr("Path to use for logging output from "
    2988                    "the mythfilldatabase program.  Leave blank "
    2989                    "to disable logging."));
     2987    be->setHelpText(QObject::tr("Path (including filename) to use for logging "
     2988                    "output from the mythfilldatabase program.  Leave blank "
     2989                    "to disable logging."));
    29902990    return be;
    29912991}
    29922992