summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-23 10:43:40 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-23 10:43:40 +0800
commit36c95aa495448c8fcf8937f3c1af930062c104b6 (patch)
treeff5c953705843135685275c7662066f4e7f4074c /mbbsd/mbbsd.c
parent81ccba7d0ce534daa32a817de7f6fd6d0483a417 (diff)
downloadpttbbs-36c95aa495448c8fcf8937f3c1af930062c104b6.tar
pttbbs-36c95aa495448c8fcf8937f3c1af930062c104b6.tar.gz
pttbbs-36c95aa495448c8fcf8937f3c1af930062c104b6.tar.bz2
pttbbs-36c95aa495448c8fcf8937f3c1af930062c104b6.tar.lz
pttbbs-36c95aa495448c8fcf8937f3c1af930062c104b6.tar.xz
pttbbs-36c95aa495448c8fcf8937f3c1af930062c104b6.tar.zst
pttbbs-36c95aa495448c8fcf8937f3c1af930062c104b6.zip
- mbbsd: correct default value prompts
- admin: regform ui: unify the reject hotkeys and support "back to edit" after SPACE pressed git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3941 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 62e6c1ec..5dbfe95f 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1035,7 +1035,7 @@ inline static void check_bad_login(void)
outs("通常並沒有辦法知道該ip是誰所有, "
"以及其意圖(是不小心按錯或有意測您密碼)\n"
"若您有帳號被盜用疑慮, 請經常更改您的密碼或使用加密連線");
- if (getans("您要刪除以上錯誤嘗試的記錄嗎? [Y/n] ") == 'y')
+ if (getans("您要刪除以上錯誤嘗試的記錄嗎? [y/N] ") == 'y')
unlink(genbuf);
}
}