summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-26 16:06:51 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-26 16:06:51 +0000
commit3fcc6725d3f9a682d261ea5cb533b1fce32dfe3e (patch)
tree49d528e611d83a8518a18f56c1afaa39acf363b9 /help
parentd5a65b0145b4ae41ebec467ff89c8a488e1b4ca5 (diff)
downloadmpv-3fcc6725d3f9a682d261ea5cb533b1fce32dfe3e.tar.bz2
mpv-3fcc6725d3f9a682d261ea5cb533b1fce32dfe3e.tar.xz
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
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 14056616c9..48d24ef3fd 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -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"