lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev rewording of gettext() string


From: Henry Nelson
Subject: lynx-dev rewording of gettext() string
Date: Mon, 17 May 1999 22:29:09 +0900 (JST)

* re-word getttext() string in LYReadCFG.c to avoid repetition (HN)

__Henry

*** lynx2-8-2/src/LYReadCFG.c.orig      Sun May  9 02:46:28 1999
--- lynx2-8-2/src/LYReadCFG.c   Mon May 17 22:22:46 1999
***************
*** 1734,1741 ****
  #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"));
                LYLocalFileToURL(&temp, LYNX_CFG_FILE);
                fprintf(fp0, " <a href=\"%s\">lynx.cfg</a> ",
                             temp);
--- 1734,1741 ----
  #if defined(HAVE_CONFIG_H) || defined(VMS)
            if (strcmp(lynx_cfg_file, LYNX_CFG_FILE)) {
                fprintf(fp0, "<em>%s\n%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,1754 ****
            {
            /* 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"));
                fprintf(fp0, " </em>lynx.cfg<em> ");
                fprintf(fp0, "%s</em>\n",
                             gettext("for more comments."));
--- 1747,1754 ----
            {
            /* no absolute path... for lynx.cfg on DOS/Win32 */
                fprintf(fp0, "<em>%s\n%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,1781 ****
        } else
  #endif /* !NO_CONFIG_INFO */
  
!       fprintf(fp0, "<em>%s</em>\n\n", gettext("This is read from your 
lynx.cfg file:"));
  
        /*
         *  Process the configuration file.
--- 1775,1781 ----
        } else
  #endif /* !NO_CONFIG_INFO */
  
!       fprintf(fp0, "<em>%s</em>\n\n", gettext("The following is read from 
your lynx.cfg file."));
  
        /*
         *  Process the configuration file.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]