diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-20 12:53:14 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-20 12:53:14 -0400 |
commit | 479f8d01393c541fede1688676f860bb49d44668 (patch) | |
tree | 8d7194665440c01cae7f2d5015a1333c19348a67 /src/LYReadCFG.c | |
parent | c7742b57ba05ecb66932512320e2a7e8adaf11c5 (diff) | |
download | lynx-snapshots-479f8d01393c541fede1688676f860bb49d44668.tar.gz |
snapshot of project "lynx", label v2-8-2pre_5
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r-- | src/LYReadCFG.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index 6855fa0d..f7142ac6 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1734,8 +1734,8 @@ PUBLIC int lynx_cfg_infopage ARGS1( #if defined(HAVE_CONFIG_H) || defined(VMS) if (strcmp(lynx_cfg_file, LYNX_CFG_FILE)) { fprintf(fp0, "<em>%s\n%s", - gettext("This is read from your lynx.cfg file,"), - gettext("please \"read\" distribution's")); + gettext("The following is read from your lynx.cfg file."), + gettext("Please read the distribution")); LYLocalFileToURL(&temp, LYNX_CFG_FILE); fprintf(fp0, " <a href=\"%s\">lynx.cfg</a> ", temp); @@ -1747,8 +1747,8 @@ PUBLIC int lynx_cfg_infopage ARGS1( { /* no absolute path... for lynx.cfg on DOS/Win32 */ fprintf(fp0, "<em>%s\n%s", - gettext("This is read from your lynx.cfg file,"), - gettext("please \"read\" distribution's")); + gettext("The following is read from your lynx.cfg file."), + gettext("Please read the distribution")); fprintf(fp0, " </em>lynx.cfg<em> "); fprintf(fp0, "%s</em>\n", gettext("for more comments.")); @@ -1775,7 +1775,7 @@ PUBLIC int lynx_cfg_infopage ARGS1( } else #endif /* !NO_CONFIG_INFO */ - fprintf(fp0, "<em>%s</em>\n\n", gettext("This is read from your lynx.cfg file:")); + fprintf(fp0, "<em>%s</em>\n\n", gettext("The following is read from your lynx.cfg file.")); /* * Process the configuration file. |