summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-31 21:51:20 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-31 21:51:20 +0000
commit422b3f7b0af3665ab2793189110353b2b76502b9 (patch)
treeaa2d673a3403ef3ede3d55d2ad317b50107bbda5 /libvo
parent128d17cae381d0a4681e5c1b0ec7b35b0acd2b94 (diff)
downloadmpv-422b3f7b0af3665ab2793189110353b2b76502b9.tar.bz2
mpv-422b3f7b0af3665ab2793189110353b2b76502b9.tar.xz
message wording fix by Diego B.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6250 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 74e8e7e965..3922ad922e 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -812,7 +812,7 @@ static uint32_t preinit(const char *arg)
}
if(!xv_port){
if(busy_ports)
- mp_msg(MSGT_VO,MSGL_ERR,"Couldn't find free Xvideo port - maybe other applications keep open it.\n"
+ mp_msg(MSGT_VO,MSGL_ERR,"Could not find free Xvideo port - maybe another process is already using it.\n"
"Close all video applications, and try again. If that does not help,\n"
"see 'mplayer -vo help' for other (non-xv) video out drivers.\n");
else