# HG changeset patch # User kraymer # Date 1098806811 0 # Node ID c227510cb2d1b607a6b964af8e8b7f2f0341643d # Parent 306293ba368d921cdc3373146ac364b28151f2b1 Added dots at end of sentence (m_config.c section) diff -r 306293ba368d -r c227510cb2d1 help/help_mp-en.h --- a/help/help_mp-en.h Tue Oct 26 15:46:39 2004 +0000 +++ b/help/help_mp-en.h Tue Oct 26 16:06:51 2004 +0000 @@ -441,9 +441,9 @@ // 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"