summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-04-01 09:48:07 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-04-01 09:48:07 +0800
commita10207b7f1d2575efa797394c56ae36a75f47b4c (patch)
tree1f92b19494962fb57a44e4a289fd69b3daf685e9
parent4c2d4eb3b7efcbdadb42d116d647713783043243 (diff)
downloadpttbbs-a10207b7f1d2575efa797394c56ae36a75f47b4c.tar
pttbbs-a10207b7f1d2575efa797394c56ae36a75f47b4c.tar.gz
pttbbs-a10207b7f1d2575efa797394c56ae36a75f47b4c.tar.bz2
pttbbs-a10207b7f1d2575efa797394c56ae36a75f47b4c.tar.lz
pttbbs-a10207b7f1d2575efa797394c56ae36a75f47b4c.tar.xz
pttbbs-a10207b7f1d2575efa797394c56ae36a75f47b4c.tar.zst
pttbbs-a10207b7f1d2575efa797394c56ae36a75f47b4c.zip
Revise more strings.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5984 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/admin.c4
-rw-r--r--pttbbs/mbbsd/announce.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/admin.c b/pttbbs/mbbsd/admin.c
index ed8dc96c..dd0f9c6e 100644
--- a/pttbbs/mbbsd/admin.c
+++ b/pttbbs/mbbsd/admin.c
@@ -248,7 +248,9 @@ search_key_user(const char *passwdfile, int mode)
fclose(fp1);
vmsg("已成功\取用備份資料。");
return 0;
- }
+ } else {
+ vmsg("錯誤: 取用備份資料失敗。");
+ }
}
}
}
diff --git a/pttbbs/mbbsd/announce.c b/pttbbs/mbbsd/announce.c
index b800796c..485a7755 100644
--- a/pttbbs/mbbsd/announce.c
+++ b/pttbbs/mbbsd/announce.c
@@ -986,7 +986,7 @@ a_showname(const menu_t * pm)
sym = 1;
}
if (sym) {
- vmsgf("此 symbolic link 指向 %s\n", &buf[i + 1]);
+ vmsgf("此 symbolic link 指向 %s", &buf[i + 1]);
}
}
}