summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-30 21:55:17 +0100
committerwm4 <wm4@nowhere>2013-10-30 22:19:31 +0100
commit53218f33b97b025b81b76905b8b6a5a973a705e6 (patch)
tree717a162b01d49a970d6a2d3babca81791b0e2d29
parent2ccc3721ef9fc0acf39203e6709fa638a79222ae (diff)
downloadmpv-53218f33b97b025b81b76905b8b6a5a973a705e6.tar.bz2
mpv-53218f33b97b025b81b76905b8b6a5a973a705e6.tar.xz
main: improve a terminal message
Better prefer real English...
-rw-r--r--mpvcore/player/main.c2
1 files changed, 1 insertions, 1 deletions
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);