# HG changeset patch # User diego # Date 1163176784 0 # Node ID 74be2c98c96254f15002ee2f2b869d42ea856a34 # Parent 4b51e6459e64b5b8922f23f8849e0aa4a29082de typo/grammar diff -r 4b51e6459e64 -r 74be2c98c962 cfg-mplayer.h --- a/cfg-mplayer.h Fri Nov 10 16:39:13 2006 +0000 +++ b/cfg-mplayer.h Fri Nov 10 16:39:44 2006 +0000 @@ -327,8 +327,8 @@ {"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},