summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
-rw-r--r--include/perm.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index fe6c428e..7ef044ea 100644
--- a/include/common.h
+++ b/include/common.h
@@ -68,8 +68,8 @@
#define MSG_DEL_NY "請確定刪除(Y/N)?[N] "
#define MSG_FWD_OK "文章轉寄完成!"
-#define MSG_FWD_ERR1 "轉寄失誤: 系統錯誤 system error"
-#define MSG_FWD_ERR2 "轉寄失誤: 位址錯誤 address error"
+#define MSG_FWD_ERR1 "轉寄錯誤: 系統錯誤 system error"
+#define MSG_FWD_ERR2 "轉寄錯誤: 位址錯誤 address error"
#define MSG_SURE_NY "請您確定(Y/N)?[N] "
#define MSG_SURE_YN "請您確定(Y/N)?[Y] "
diff --git a/include/perm.h b/include/perm.h
index 04864e2d..3923c796 100644
--- a/include/perm.h
+++ b/include/perm.h
@@ -52,7 +52,7 @@
#define PERM_SEEBLEVELS (PERM_SYSOP | PERM_BM)
#define PERM_NOTIMEOUT (PERM_SYSOP)
#define PERM_READMAIL (PERM_BASIC)
-#define PERM_FORWARD (PERM_BASIC) /* to do the forwarding */
+#define PERM_FORWARD (PERM_LOGINOK) /* to do the forwarding */
#define PERM_INTERNET (PERM_LOGINOK) /* 身份認證過關的才能寄信到 Internet */
#define HasUserPerm(x) (cuser.userlevel & (x))