Added dots at end of sentence (m_config.c section)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13772 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
kraymer 2004-10-26 16:06:51 +00:00
parent d5a65b0145
commit 3fcc6725d3
1 changed files with 3 additions and 3 deletions

View File

@ -441,9 +441,9 @@ static char help_text[]=
// m_config.c
#define MSGTR_SaveSlotTooOld "Too old save slot found from lvl %d: %d !!!\n"
#define MSGTR_InvalidCfgfileOption "The %s option can't be used in a config file\n"
#define MSGTR_InvalidCmdlineOption "The %s option can't be used on the command line\n"
#define MSGTR_InvalidSuboption "Error: option '%s' has no suboption '%s'\n"
#define MSGTR_InvalidCfgfileOption "The %s option can't be used in a config file.\n"
#define MSGTR_InvalidCmdlineOption "The %s option can't be used on the command line.\n"
#define MSGTR_InvalidSuboption "Error: option '%s' has no suboption '%s'.\n"
#define MSGTR_MissingSuboptionParameter "Error: suboption '%s' of '%s' must have a parameter!\n"
#define MSGTR_MissingOptionParameter "Error: option '%s' must have a parameter!\n"
#define MSGTR_OptionListHeader "\n Name Type Min Max Global CL Cfg\n\n"