fix typo in translation file

This commit is contained in:
Charles Ewert 2023-03-07 09:30:34 -05:00
parent 19d1b91443
commit ee843e68cb
2 changed files with 4 additions and 5 deletions

View File

@ -764,8 +764,8 @@
<extracomment>Name of codec used in settings menu</extracomment> <extracomment>Name of codec used in settings menu</extracomment>
</message> </message>
<message> <message>
<source>Attempt Direct Play for HEVC media with unsupported profile levels before falling back to trancoding if it fails.</source> <source>Attempt Direct Play for HEVC media with unsupported profile levels before falling back to transcoding if it fails.</source>
<translation>Attempt Direct Play for HEVC media with unsupported profile levels before falling back to trancoding if it fails.</translation> <translation>Attempt Direct Play for HEVC media with unsupported profile levels before falling back to transcoding if it fails.</translation>
<extracomment>Settings Menu - Description for option</extracomment> <extracomment>Settings Menu - Description for option</extracomment>
</message> </message>
<message> <message>
@ -1119,4 +1119,3 @@
</message> </message>
</context> </context>
</TS> </TS>

View File

@ -63,7 +63,7 @@
}, },
{ {
"title": "HEVC", "title": "HEVC",
"description": "Attempt Direct Play for HEVC media with unsupported profile levels before falling back to trancoding if it fails.", "description": "Attempt Direct Play for HEVC media with unsupported profile levels before falling back to transcoding if it fails.",
"settingName": "playback.tryDirect.hevcProfileLevel", "settingName": "playback.tryDirect.hevcProfileLevel",
"type": "bool", "type": "bool",
"default": "true" "default": "true"