mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00:00
main: improve a terminal message
Better prefer real English...
This commit is contained in:
parent
2ccc3721ef
commit
53218f33b9
@ -392,7 +392,7 @@ static int mpv_main(int argc, char *argv[])
|
||||
mpctx->ass_library = mp_ass_init(opts);
|
||||
#else
|
||||
MP_WARN(mpctx, "Compiled without libass.\n");
|
||||
MP_WARN(mpctx, "There will be no OSD and no text subs.\n");
|
||||
MP_WARN(mpctx, "There will be no OSD and no text subtitles.\n");
|
||||
#endif
|
||||
|
||||
mpctx->osd = osd_create(opts, mpctx->ass_library);
|
||||
|
Loading…
Reference in New Issue
Block a user