Ticket #8688: 8688-mythtv-consistency-updates-25410.diff

File 8688-mythtv-consistency-updates-25410.diff, 2.2 KB (added by Nick Morrott <knowledgejunkie (at) gmail (dot) com>, 15 years ago)
  • mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h

     
    127127    {
    128128        setLabel(QObject::tr("Test Decryptability"));
    129129        setHelpText(
    130             QObject::tr("Test channels if they can be decrypted with CAM and "
    131                         "smartcard. Sometimes encrypted flag is also set "
    132                         "spuriously. If this option is set the data of each "
    133                         "channel is checked. Attention: increases scan time "
    134                         "for each encrypted by a couple of seconds."));
     130            QObject::tr("Test all channels to see if they can be decrypted "
     131                        "with installed CAM/smartcard. Sometimes the encrypted "
     132                        "flag is set spuriously. Attention: Enabling this "
     133                        "option increases the scan time for each encrypted "
     134                        "channel by a couple of seconds."));
    135135    }
    136136};
    137137
     
    352352    public:
    353353    ScanRollOff() : ComboBoxSetting(this)
    354354    {
    355         setLabel(QObject::tr("Rolloff"));
    356         setHelpText(QObject::tr("Roll Off factor (Default: 0.35)"));
     355        setLabel(QObject::tr("Roll-off"));
     356        setHelpText(QObject::tr("Roll-off factor (Default: 0.35)"));
    357357        addSelection("0.35");
    358358        addSelection("0.20");
    359359        addSelection("0.25");
  • mythtv/programs/mythfrontend/globalsettings.cpp

     
    408408HostCheckBox *AudioConfigSettings::AC3PassThrough()
    409409{
    410410    HostCheckBox *gc = new HostCheckBox("AC3PassThru");
    411     gc->setLabel(QObject::tr("Dolby digital"));
     411    gc->setLabel(QObject::tr("Dolby Digital"));
    412412    gc->setValue(false);
    413413    gc->setHelpText(QObject::tr("Enable if your amplifier or sound decoder "
    414414                    "supports AC3/Dolby Digital. You must use a digital "