summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-10 16:39:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-10 16:39:44 +0000
commit8f5f581668efb6d0e7e895a526439e8aae434ff1 (patch)
treec8ac538d2c12d89f430f26d42e52d457af94d7cd /cfg-mplayer.h
parentf06a2b11a0262a7be504a42af2146f28031dc9ba (diff)
downloadmpv-8f5f581668efb6d0e7e895a526439e8aae434ff1.tar.bz2
mpv-8f5f581668efb6d0e7e895a526439e8aae434ff1.tar.xz
typo/grammar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20836 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 0d2f7e1c14..76aa70355b 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -327,8 +327,8 @@ m_option_t mplayer_opts[]={
{"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
#endif
- {"gui", "The -gui option will only work as first commandline argument.\n", CONF_TYPE_PRINT, 0, 0, 0, (void *)1},
- {"nogui", "The -nogui option will only work as first commandline argument.\n", CONF_TYPE_PRINT, 0, 0, 0, (void *)1},
+ {"gui", "The -gui option will only work as the first command line argument.\n", CONF_TYPE_PRINT, 0, 0, 0, (void *)1},
+ {"nogui", "The -nogui option will only work as the first command line argument.\n", CONF_TYPE_PRINT, 0, 0, 0, (void *)1},
#ifdef HAVE_NEW_GUI
{"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},