From 14e132820f75b8318d44113ac3459e6ac5874c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Slatkevi=C4=8Dius?= Date: Thu, 15 May 2008 11:17:40 +0000 Subject: [PATCH] Another typo in user.inc svn path=/trunk/boinc/; revision=15222 --- html/inc/user.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/inc/user.inc b/html/inc/user.inc index 9152cc4ff9..8415199067 100644 --- a/html/inc/user.inc +++ b/html/inc/user.inc @@ -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"), "url\">http://$user->url");