summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/pmore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/pmore.c b/pttbbs/mbbsd/pmore.c
index fa25e3f8..b42eb209 100644
--- a/pttbbs/mbbsd/pmore.c
+++ b/pttbbs/mbbsd/pmore.c
@@ -3030,8 +3030,8 @@ pmore_Preference()
static const char
*hlp_basic[] = {
"【基本移動】", NULL,
- " 下翻一頁", "^F → PgUp Space",
- " 上翻一頁", "^B ^H PgDn BS",
+ " 下翻一頁", "^F → PgDn Space",
+ " 上翻一頁", "^B ^H PgUp BS",
" 下捲一行", " j ↓",
" 上捲一行", " k ↑",
" 檔案結尾", " $ G End",