diff --git a/phpBB/includes/ucp/ucp_main.php b/phpBB/includes/ucp/ucp_main.php index 67bb56efae..086f347154 100644 --- a/phpBB/includes/ucp/ucp_main.php +++ b/phpBB/includes/ucp/ucp_main.php @@ -189,7 +189,7 @@ class ucp_main $template->assign_vars(array( 'USER_COLOR' => (!empty($user->data['user_colour'])) ? $user->data['user_colour'] : '', 'JOINED' => $user->format_date($user->data['user_regdate']), - 'LAST_ACTIVITY' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity), + 'LAST_ACTIVE' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity), 'WARNINGS' => ($user->data['user_warnings']) ? $user->data['user_warnings'] : 0, 'POSTS' => ($user->data['user_posts']) ? $user->data['user_posts'] : 0, 'POSTS_DAY' => $user->lang('POST_DAY', $posts_per_day), diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index 3228b4fffc..c7f301fb8c 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -85,7 +85,6 @@ $lang = array_merge($lang, array( 'IM_USER' => 'Send an instant message', 'LAST_ACTIVE' => 'Last active', - 'LAST_ACTIVITY' => 'Last activity', 'LESS_THAN' => 'Less than', 'LIST_USERS' => array( 1 => '%d user', diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 9f0ac93545..c980daff21 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -1703,7 +1703,7 @@ function show_profile($data, $user_notes_enabled = false, $warn_user_enabled = f 'AGE' => $age, 'RANK_TITLE' => $rank_title, 'JOINED' => $user->format_date($data['user_regdate']), - 'LAST_ACTIVITY' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity), + 'LAST_ACTIVE' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity), 'POSTS' => ($data['user_posts']) ? $data['user_posts'] : 0, 'WARNINGS' => isset($data['user_warnings']) ? $data['user_warnings'] : 0, diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html index 9e66a8b020..7ba289cfd6 100644 --- a/phpBB/styles/prosilver/template/memberlist_body.html +++ b/phpBB/styles/prosilver/template/memberlist_body.html @@ -113,7 +113,7 @@ {memberrow.POSTS}{memberrow.POSTS}
{memberrow.custom_fields.PROFILE_FIELD_VALUE}
  {memberrow.JOINED} - {memberrow.LAST_ACTIVITY}  + {memberrow.LAST_ACTIVE}  diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index 0273760d8d..874db3c9a7 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -85,7 +85,7 @@
{L_JOINED}{L_COLON}
{JOINED}
-
{L_LAST_ACTIVITY}{L_COLON}
{LAST_ACTIVITY}
+
{L_LAST_ACTIVE}{L_COLON}
{LAST_ACTIVE}
{L_WARNINGS}{L_COLON}
{WARNINGS} [ {L_VIEW_NOTES} | {L_WARN_USER} ]
diff --git a/phpBB/styles/prosilver/template/ucp_main_front.html b/phpBB/styles/prosilver/template/ucp_main_front.html index 2f9b5e559b..861cf87c92 100644 --- a/phpBB/styles/prosilver/template/ucp_main_front.html +++ b/phpBB/styles/prosilver/template/ucp_main_front.html @@ -60,7 +60,7 @@
{L_JOINED}{L_COLON}
{JOINED}
-
{L_LAST_ACTIVITY}{L_COLON}
{LAST_VISIT_YOU}
+
{L_LAST_ACTIVE}{L_COLON}
{LAST_VISIT_YOU}
{L_TOTAL_POSTS}{L_COLON}
{POSTS} | {L_SEARCH_YOUR_POSTS}
({POSTS_DAY} / {POSTS_PCT}){POSTS}
{L_ACTIVE_IN_FORUM}{L_COLON}
{ACTIVE_FORUM}
({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})
{L_ACTIVE_IN_TOPIC}{L_COLON}
{ACTIVE_TOPIC}
({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})
diff --git a/phpBB/styles/subsilver2/template/memberlist_view.html b/phpBB/styles/subsilver2/template/memberlist_view.html index 72eeef5a0c..022d185430 100644 --- a/phpBB/styles/subsilver2/template/memberlist_view.html +++ b/phpBB/styles/subsilver2/template/memberlist_view.html @@ -72,8 +72,8 @@ {JOINED} - {L_LAST_ACTIVITY}{L_COLON} - {LAST_ACTIVITY} + {L_LAST_ACTIVE}{L_COLON} + {LAST_ACTIVE}