summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
author(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-09-03 10:22:59 +0800
committer(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-09-03 10:22:59 +0800
commita81645961f0ab104dc8b09825aa9379083308c14 (patch)
tree8127b05bc2c2d32a0fa575378d4ec56fff5d6fb3 /mbbsd
parent6074ca80ca07204e0fac01de2780ad8ce551b2e2 (diff)
downloadpttbbs-a81645961f0ab104dc8b09825aa9379083308c14.tar
pttbbs-a81645961f0ab104dc8b09825aa9379083308c14.tar.gz
pttbbs-a81645961f0ab104dc8b09825aa9379083308c14.tar.bz2
pttbbs-a81645961f0ab104dc8b09825aa9379083308c14.tar.lz
pttbbs-a81645961f0ab104dc8b09825aa9379083308c14.tar.xz
pttbbs-a81645961f0ab104dc8b09825aa9379083308c14.tar.zst
pttbbs-a81645961f0ab104dc8b09825aa9379083308c14.zip
typo
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1153 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/mail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 84fa9c3e..bca23743 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1304,7 +1304,7 @@ mail_waterball(int ent, fileheader_t * fhdr, char *direct)
move(b_lines - 8, 0);
outs("���y��z�{��:\n"
"�t�αN�|���өM���P�H�᪺���y�U�ۿW��\n"
- "����I���ɭ� (�y�W�ɬq���~) �N��ƾ�z�n�H�e���z\n\n\n");
+ "����I���ɭ� (�y�p�ɬq���~) �N��ƾ�z�n�H�e���z\n\n\n");
if (address[0]) {
snprintf(genbuf, sizeof(genbuf), "�H�� [%s] ��(Y/N/Q)�H[Y] ", address);
getdata(b_lines - 5, 0, genbuf, fname, 3, LCECHO);
@@ -1359,7 +1359,7 @@ mail_waterball(int ent, fileheader_t * fhdr, char *direct)
assert(fp);
fprintf(fp, "%s\n%s\n%d\n", cuser.userid, address, cmode);
fclose(fp);
- vmsg("�]�w����, �t�αN�b�U�@�Ӿ��I(�y�W�ɬq���~)�N��ƱH���z");
+ vmsg("�]�w����, �t�αN�b�U�@�Ӿ��I(�y�p�ɬq���~)�N��ƱH���z");
return FULLUPDATE;
}
#endif