Ticket #5209: programs_mythtv-setup-spelling-errors.patch

File programs_mythtv-setup-spelling-errors.patch, 2.8 KB (added by Erik Hovland <erik@…>, 16 years ago)

fixes a few spelling errors

  • programs/mythtv-setup/backendsettings.cpp

    There are a few spelling errors in the new UPNP dialogs.
    
    From: Erik Hovland <erik@hovland.org>
    
    
    ---
    
     programs/mythtv-setup/backendsettings.cpp |    8 ++++----
     programs/mythtv-setup/main.cpp            |    2 +-
     2 files changed, 5 insertions(+), 5 deletions(-)
    
    diff --git a/programs/mythtv-setup/backendsettings.cpp b/programs/mythtv-setup/backendsettings.cpp
    index 73c71b9..d86e1a1 100644
    a b static GlobalSpinBox *WOLbackendReconnectWaitTime() 
    332332    gc->setValue(0);
    333333    gc->setHelpText(QObject::tr("Length of time the frontend waits between "
    334334                    "tries to wake up the master backend. This should be the "
    335                     "time your masterbackend needs to startup. Set 0 to "
     335                    "time your master backend needs to startup. Set 0 to "
    336336                    "disable."));
    337337    return gc;
    338338};
    static GlobalLineEdit *preSDWUCheckCommand() 
    438438    gc->setHelpText(QObject::tr("A command executed before the backend would "
    439439                    "shutdown. The return value determines if "
    440440                    "the backend can shutdown. 0 - yes, "
    441                     "1 - restart idleing, "
     441                    "1 - restart idling, "
    442442                    "2 - reset the backend to wait for a frontend."));
    443443    return gc;
    444444};
    static GlobalCheckBox *UPNPShowRecordingUnderVideos() 
    644644    gc->setValue(false);
    645645    gc->setHelpText(QObject::tr("If enabled, the master backend will include the "
    646646                    " list of recorded shows in the list of videos "
    647                     " This is mainly to accomodate UPnP players which do not"
     647                    " This is mainly to accommodate UPnP players which do not"
    648648                    " allow more than 1 video section." ));
    649649    return gc;
    650650};
    static HostSpinBox *UPNPRebuildDelay() 
    653653{
    654654    HostSpinBox *gc = new HostSpinBox("UPnP/RebuildDelay", 0, 1440, 1);
    655655    gc->setLabel(QObject::tr("Upnp Media Update Time"));
    656     gc->setHelpText(QObject::tr("The number of minutes between mythbackend checkingi "
     656    gc->setHelpText(QObject::tr("The number of minutes between mythbackend checking "
    657657                           " for new videos to serve via upnp. 0 = Off. "));
    658658    gc->setValue(30);
    659659    return gc;
  • programs/mythtv-setup/main.cpp

    diff --git a/programs/mythtv-setup/main.cpp b/programs/mythtv-setup/main.cpp
    index b03b15e..21d7e4e 100644
    a b int main(int argc, char *argv[]) 
    340340    bool haveProblems = false;
    341341    do
    342342    {
    343         // Let the user select buttons, type values, scan for channels, et c.
     343        // Let the user select buttons, type values, scan for channels, etc.
    344344        SetupMenu(mainWindow);
    345345
    346346        // Look for common problems