Ticket #8205: mythmovies-err-msg.diff

File mythmovies-err-msg.diff, 587 bytes (added by Marc Randolph <mrand@…>, 14 years ago)
  • mythplugins/mythmovies/mythmovies/main.cpp

     
    7373        gContext->GetSetting("MythMovies.Grabber") == "")
    7474    {
    7575        VERBOSE(VB_IMPORTANT,
    76                 QString("Invalid configuration options supplied."));
     76                QString("Invalid MythMovies configuration option(s) supplied."));
    7777        gContext->ActivateSettingsCache(true);
    7878        return -1;
    7979    }