diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-25 10:50:40 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-25 10:50:40 -0400 |
commit | 652c51a528c2cceab8a4ff02283ae854d0427678 (patch) | |
tree | e0e9b09748c5d361638f64cb5a7dd8815fb94277 /LYMessages_en.h | |
parent | 07e246c51644d9790f2eaf4001ff4ffd40e3274f (diff) | |
download | lynx-snapshots-652c51a528c2cceab8a4ff02283ae854d0427678.tar.gz |
snapshot of project "lynx", label v2-8-1pre_2
Diffstat (limited to 'LYMessages_en.h')
-rw-r--r-- | LYMessages_en.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/LYMessages_en.h b/LYMessages_en.h index d5468e38..9215750e 100644 --- a/LYMessages_en.h +++ b/LYMessages_en.h @@ -655,7 +655,6 @@ /* Lynx internal page titles */ #define CONFIG_DEF_TITLE "Configuration Definitions" -#define CONFIG_LYNXCFG_TITLE "Lynx.cfg Information" #define COOKIE_JAR_TITLE "Cookie Jar" #define CURRENT_KEYMAP_TITLE "Current Key Map" #define DIRED_MENU_TITLE "File Management Options" @@ -670,6 +669,15 @@ #define UPLOAD_OPTIONS_TITLE "Upload Options" #define VISITED_LINKS_TITLE "Visited Links Page" +/* CONFIG_DEF_TITLE subtitles */ +#define AUTOCONF_CONFIG_CACHE \ + "The following data were derived during the automatic configuration/build\n\ +process of this copy of Lynx. When reporting a bug, please include a copy\n\ +of this page." +#define AUTOCONF_LYNXCFG_H \ + "The following data were used as automatically-configured compile-time\n\ +definitions when this copy of Lynx was built." + #ifdef DIRED_SUPPORT #define DIRED_NOVICELINE \ " C)reate D)ownload E)dit F)ull menu M)odify R)emove T)ag U)pload \n" |