diff options
-rw-r--r-- | pttbbs/mbbsd/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/io.c b/pttbbs/mbbsd/io.c index 3003b2af..a737efa5 100644 --- a/pttbbs/mbbsd/io.c +++ b/pttbbs/mbbsd/io.c @@ -485,7 +485,7 @@ process_pager_keys(int ch) currutmp->msgs[0].userid, WATERBALL_GENERAL, NULL); break; case MSGMODE_FROMANGEL: - my_write(currutmp->msgs[0].pid, "再問他一次: ", + my_write(currutmp->msgs[0].pid, "再問祂一次: ", currutmp->msgs[0].userid, WATERBALL_ANGEL, NULL); break; case MSGMODE_TOANGEL: |