mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
235753a06f
Submitted by: maintainer
14 lines
509 B
Plaintext
14 lines
509 B
Plaintext
--- pine/ttyin.c.orig Tue Feb 25 05:57:44 1997
|
|
+++ pine/ttyin.c Sat Jan 17 21:25:02 1998
|
|
@@ -1645,8 +1645,8 @@
|
|
|
|
|
|
static struct key oe_keys[] =
|
|
- {{"^G","Help",KS_SCREENHELP}, {"^C","Cancel",KS_NONE},
|
|
- {"^T","xxx",KS_NONE}, {"Ret","Accept",KS_NONE},
|
|
+ {{"^G","輔助說明",KS_SCREENHELP}, {"^C","取消",KS_NONE},
|
|
+ {"^T","xxx",KS_NONE}, {"Ret","同意",KS_NONE},
|
|
{NULL,NULL,KS_NONE}, {NULL,NULL,KS_NONE},
|
|
{NULL,NULL,KS_NONE}, {NULL,NULL,KS_NONE},
|
|
{NULL,NULL,KS_NONE}, {NULL,NULL,KS_NONE},
|