Ticket #4358: video_help_cleanup.diff

File video_help_cleanup.diff, 939 bytes (added by Roo <roo.watt@…>, 18 years ago)

trivial patch

  • mythtv/libs/libmythtv/videodisplayprofile.cpp

     
    993993
    994994    if (renderer == "directx")
    995995        msg = QObject::tr(
    996             "This is the only video renderer awailable on Microsoft Windows "
     996            "This is the only video renderer available on Microsoft Windows "
    997997            "systems.");
    998998
    999999    if (renderer == "quartz-blit")
     
    10501050        QObject::tr("Perform no deinterlacing.") + " " +
    10511051        QObject::tr(
    10521052            "Use this with an interlaced display whose "
    1053             "resolution exactly mathes the video size. "
     1053            "resolution exactly matches the video size. "
    10541054            "This is incompatible with MythTV zoom modes.");
    10551055
    10561056    QString kOneFieldMsg = QObject::tr(