summaryrefslogtreecommitdiffstats
path: root/mbbsd/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r--mbbsd/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c
index 2569a45f..6639a5c5 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(SHM->i18nstr[cuser.language][531],
+ prints(I18N[531],
count + 1, modestring(ulist[i + count], 0),
ulist[i + count]->from);
}