summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-23 01:43:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-23 01:43:15 +0000
commit0b60eebcf94b26d412ee687ab8ff3ec037d385ba (patch)
tree128be4c67823da8f4711476d2d6efb0b179109d0 /cfg-mplayer.h
parent74d0fa9d0e38ba5c2fb560d85fd446624ecd1736 (diff)
downloadmpv-0b60eebcf94b26d412ee687ab8ff3ec037d385ba.tar.bz2
mpv-0b60eebcf94b26d412ee687ab8ff3ec037d385ba.tar.xz
Make vd message fit 80 character displays.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14778 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 99b59574f5..8821ab2a1a 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -127,8 +127,8 @@ extern int readPPOpt(void *conf, char *arg);
extern void revertPPOpt(void *conf, char* opt);
extern char* pp_help;
-m_option_t vd_conf[]={
- {"help", "To avoid vd, always use MPlayer with an appropriate video file instead of a live partner.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
+m_option_t vd_conf[]={
+ {"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};