We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ff44e commit 36d87afCopy full SHA for 36d87af
mythtv/libs/libmythtv/videodisplayprofile.cpp
@@ -657,7 +657,7 @@ QString VideoDisplayProfile::GetDecoderName(const QString &decoder)
657
658
QString VideoDisplayProfile::GetDecoderHelp(QString decoder)
659
{
660
- QString msg = QObject::tr("Decoder to use to play back MPEG2 video.");
+ QString msg = QObject::tr("Processing method used to decode video.");
661
662
if (decoder.isEmpty())
663
return msg;
0 commit comments