diff help/help_mp-en.h @ 13771:c227510cb2d1

Added dots at end of sentence (m_config.c section)
author kraymer
date Tue, 26 Oct 2004 16:06:51 +0000
parents 6ad500e38526
children 26575a6d14ae
line wrap: on
line diff
--- 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"