# HG changeset patch # User diego # Date 1109122995 0 # Node ID 05377e7baf4f05f594a4af22a585796cb4498616 # Parent 19993691ca6bb5ffe1612d217fe4bb81c34399b2 Make vd message fit 80 character displays. diff -r 19993691ca6b -r 05377e7baf4f cfg-mplayer.h --- a/cfg-mplayer.h Wed Feb 23 01:37:03 2005 +0000 +++ b/cfg-mplayer.h Wed Feb 23 01:43:15 2005 +0000 @@ -127,8 +127,8 @@ 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} };