Ticket #8688: 8688-mythtv-consistency-updates-25410.diff
File 8688-mythtv-consistency-updates-25410.diff, 2.2 KB (added by , 15 years ago) |
---|
-
mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
127 127 { 128 128 setLabel(QObject::tr("Test Decryptability")); 129 129 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 encryptedby 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.")); 135 135 } 136 136 }; 137 137 … … 352 352 public: 353 353 ScanRollOff() : ComboBoxSetting(this) 354 354 { 355 setLabel(QObject::tr("Roll off"));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)")); 357 357 addSelection("0.35"); 358 358 addSelection("0.20"); 359 359 addSelection("0.25"); -
mythtv/programs/mythfrontend/globalsettings.cpp
408 408 HostCheckBox *AudioConfigSettings::AC3PassThrough() 409 409 { 410 410 HostCheckBox *gc = new HostCheckBox("AC3PassThru"); 411 gc->setLabel(QObject::tr("Dolby digital"));411 gc->setLabel(QObject::tr("Dolby Digital")); 412 412 gc->setValue(false); 413 413 gc->setHelpText(QObject::tr("Enable if your amplifier or sound decoder " 414 414 "supports AC3/Dolby Digital. You must use a digital "