Another typo in user.inc

svn path=/trunk/boinc/; revision=15222
This commit is contained in:
Rytis Slatkevičius 2008-05-15 11:17:40 +00:00
parent 053a6d1abe
commit 14e132820f
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ function show_community_private($user) {
//
function show_user_summary_public($user) {
global $g_logged_in_user;
row2("%1 member since", PROJECT), date_str($user->create_time));
row2(tra("%1 member since", PROJECT), date_str($user->create_time));
row2(tra("Country"), $user->country);
if (strlen($user->url)) {
row2(tra("URL"), "<a href=\"http://$user->url\">http://$user->url</a>");