Add the profile field needed by the UsersOnline macro.

Internationalized the profile field label.
This commit is contained in:
Colin Kuskie 2008-11-05 05:05:16 +00:00
parent a20f76d8ec
commit 71ee624718
3 changed files with 159 additions and 0 deletions

View file

@ -4141,6 +4141,12 @@ LongTruncOk=1</p>
context => q{Column heading for the total logged in time for the user},
},
'Show when online?' => {
message => q{Show when online?},
lastUpdated => 0,
context => q{Label for the user profile field used by the UsersOnline macro},
},
};
1;