mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/i18n/settings: fix typo in video quality description
This commit is contained in:
parent
394c1d8eaf
commit
fd23080dd9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
"video.quality.360": "360p",
|
"video.quality.360": "360p",
|
||||||
"video.quality.240": "240p",
|
"video.quality.240": "240p",
|
||||||
"video.quality.144": "144p",
|
"video.quality.144": "144p",
|
||||||
"video.quality.description": "if preferred video quality isn't available, closest best is picked instead.",
|
"video.quality.description": "if preferred video quality isn't available, next best is picked instead.",
|
||||||
|
|
||||||
"video.youtube.codec": "youtube video codec and container",
|
"video.youtube.codec": "youtube video codec and container",
|
||||||
"video.youtube.codec.h264": "h264 (mp4)",
|
"video.youtube.codec.h264": "h264 (mp4)",
|
||||||
|
|
Loading…
Reference in a new issue