summaryrefslogtreecommitdiff
path: root/chinese/pine4/files/patch-aw
blob: 6b6fae07015db1230a247b171a4132be3c931a54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- pico/pico.c.orig	Sat Jan 17 20:21:35 1998
+++ pico/pico.c	Sat Jan 17 20:23:21 1998
@@ -585,17 +585,17 @@
 	}
     }
     else switch(mlyesno(Pmaster->headents
-	 ? "Cancel message (answering \"Yes\" will abandon your mail message)"
+	 ? "\"����\"�o�Ӱʧ@�N�|���A�ثe���H��.  ������ ?"
 	 : (anycb() == FALSE)
-	     ? "Cancel Edit (and abandon changes)"
-	     : "Cancel Edit",
+	     ? "�����s��(�é��Ҧ�������)"
+	     : "�����s��",
 	 FALSE)){
       case TRUE:
 	pico_all_done = COMP_CANCEL;
 	return(TRUE);
 
       case ABORT:
-	emlwrite("\007Cancel Cancelled", NULL);
+	emlwrite("\007����", NULL);
 	break;
 
       default: