1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

Fix typos and better explanatory text.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12875 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-07-20 17:58:33 +00:00
parent 97ef9914f5
commit 2ba6a1517e

View File

@ -387,9 +387,9 @@ static void read_key(menu_t* menu,int c) {
else {
switch(c->id) {
case MP_CMD_CHELP:
add_line(mpriv,"Mplayer console 0.01");
add_line(mpriv,"TODO: Write some mainful help msg ;)");
add_line(mpriv,"Enter any mplayer command");
add_line(mpriv,"MPlayer console 0.01");
add_line(mpriv,"TODO: meaningful help message ;)");
add_line(mpriv,"Enter any slave command");
add_line(mpriv,"exit close this console");
break;
case MP_CMD_CEXIT: