Skip to content

Commit 8d30dc4

Browse files
committed
Add missing translation to label text
Add an obviously missing translation to a label text string.
1 parent 9d5846e commit 8d30dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/programs/mythfrontend/globalsettings.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2198,7 +2198,7 @@ static HostCheckBoxSetting* StereoDiscard()
21982198
{
21992199
auto * cb = new HostCheckBoxSetting("DiscardStereo3D");
22002200
cb->setValue(true);
2201-
cb->setLabel("Discard 3D stereoscopic fields");
2201+
cb->setLabel(PlaybackSettings::tr("Discard 3D stereoscopic fields"));
22022202
cb->setHelpText(PlaybackSettings::tr(
22032203
"If 'Side by Side' or 'Top and Bottom' 3D material is detected, "
22042204
"enabling this setting will discard one field (enabled by default)."));

0 commit comments

Comments
 (0)