Skip to content

Commit 36d87af

Browse files
committed
Update description of decoder field.
1 parent 16ff44e commit 36d87af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythtv/videodisplayprofile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ QString VideoDisplayProfile::GetDecoderName(const QString &decoder)
657657

658658
QString VideoDisplayProfile::GetDecoderHelp(QString decoder)
659659
{
660-
QString msg = QObject::tr("Decoder to use to play back MPEG2 video.");
660+
QString msg = QObject::tr("Processing method used to decode video.");
661661

662662
if (decoder.isEmpty())
663663
return msg;

0 commit comments

Comments
 (0)