diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-07 13:39:27 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-07 13:39:27 +0800 |
commit | 80d861dff5d757ef5827054a0633fdbe56ff356a (patch) | |
tree | 799074eecacd8dea67e868f90cb7a8bf3ee34c05 /include/common.h | |
parent | b6bbb6238653053f6f30211560166394bfcb7381 (diff) | |
download | pttbbs-80d861dff5d757ef5827054a0633fdbe56ff356a.tar pttbbs-80d861dff5d757ef5827054a0633fdbe56ff356a.tar.gz pttbbs-80d861dff5d757ef5827054a0633fdbe56ff356a.tar.bz2 pttbbs-80d861dff5d757ef5827054a0633fdbe56ff356a.tar.lz pttbbs-80d861dff5d757ef5827054a0633fdbe56ff356a.tar.xz pttbbs-80d861dff5d757ef5827054a0633fdbe56ff356a.tar.zst pttbbs-80d861dff5d757ef5827054a0633fdbe56ff356a.zip |
- chicken/upgrade: add live upgrade function
- register: general source code refine
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3974 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 825f4852..b2371f1d 100644 --- a/include/common.h +++ b/include/common.h @@ -116,7 +116,7 @@ ANSI_COLOR(31) "(x)" ANSI_COLOR(30) "站內轉寄 " \ ANSI_COLOR(31) "(y)" ANSI_COLOR(30) "回群組信 " \ ANSI_COLOR(31) "(d/D)" ANSI_COLOR(30) "刪信 " \ - ANSI_COLOR(31) "(m)" ANSI_COLOR(30) "避免誤刪 " \ + ANSI_COLOR(31) "(m)" ANSI_COLOR(30) "保留標記 " \ ANSI_COLOR(31) "←[q]" ANSI_COLOR(30) "離開 " \ "" |