From 53218f33b97b025b81b76905b8b6a5a973a705e6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 30 Oct 2013 21:55:17 +0100 Subject: main: improve a terminal message Better prefer real English... --- mpvcore/player/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpvcore/player/main.c b/mpvcore/player/main.c index 9aaac2c1ab..e425b7c051 100644 --- a/mpvcore/player/main.c +++ b/mpvcore/player/main.c @@ -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); -- cgit v1.2.3