[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev Patch to upper-case a couple of vi keys
From: |
bomfog34 |
Subject: |
lynx-dev Patch to upper-case a couple of vi keys |
Date: |
Sat, 31 Mar 2001 12:45:58 -0800 |
User-agent: |
Mutt/1.2.5i |
If this is going to require re-translation or something for the sake of a
one-letter change, then never mind, but FWIW:
diff -u orig/HTML.c new/HTML.c
--- orig/HTML.c Sat Mar 31 12:26:58 2001
+++ new/HTML.c Sat Mar 31 12:25:48 2001
@@ -7883,7 +7883,7 @@
HTML_put_character(me, '[');
HTML_start_element(me, HTML_EM, 0, 0, -1, &include);
HTML_put_string(me,
- gettext("Document has only hidden links. Use the 'l'ist
command."));
+ gettext("Document has only hidden links. Use the 'L'ist
command."));
HTML_end_element(me, HTML_EM, &include);
HTML_put_character(me, ']');
HTML_end_element(me, HTML_P, &include);
diff -u orig/LYMain.c new/LYMain.c
--- orig/LYMain.c Sat Mar 31 12:26:20 2001
+++ new/LYMain.c Sat Mar 31 12:25:32 2001
@@ -2906,7 +2906,7 @@
{ "inside_telnet", "\
disallow telnets coming from inside your domain" },
#endif /* HAVE_UTMP || VMS */
- { "jump", "disable the 'j' (jump) command" },
+ { "jump", "disable the 'J' (jump) command" },
{ "lynxcfg_info", "\
disable viewing of lynx.cfg configuration file info" },
#ifndef NO_CONFIG_INFO
--
Michael Warner
<address@hidden>
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- lynx-dev Patch to upper-case a couple of vi keys,
bomfog34 <=