summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-01 22:55:42 +0800
committerjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-01 22:55:42 +0800
commit35e27e37087f40c7298f7245eaf87a67a10d5d1d (patch)
treeefbc27939e0f4935e7927952076baddbeb458368 /mbbsd
parentd7825eed24f0d5c2d50510ae62fbda8cef488412 (diff)
downloadpttbbs-35e27e37087f40c7298f7245eaf87a67a10d5d1d.tar
pttbbs-35e27e37087f40c7298f7245eaf87a67a10d5d1d.tar.gz
pttbbs-35e27e37087f40c7298f7245eaf87a67a10d5d1d.tar.bz2
pttbbs-35e27e37087f40c7298f7245eaf87a67a10d5d1d.tar.lz
pttbbs-35e27e37087f40c7298f7245eaf87a67a10d5d1d.tar.xz
pttbbs-35e27e37087f40c7298f7245eaf87a67a10d5d1d.tar.zst
pttbbs-35e27e37087f40c7298f7245eaf87a67a10d5d1d.zip
changed cache.c to i18n format
git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1907 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c
index 15398ece..d35b0839 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -414,7 +414,7 @@ count_logins(int uid, int show)
for (count = 0; (ulist[i + count] &&
uid == ulist[i + count]->uid); count++) {
if (show)
- prints("(%d) 目前狀態為: %-17.16s(來自 %s)\n",
+ prints(SHM->i18nstr[cuser.language][531],
count + 1, modestring(ulist[i + count], 0),
ulist[i + count]->from);
}