diff --git a/phpgwapi/templates/verdilak/navbar.inc.php b/phpgwapi/templates/verdilak/navbar.inc.php index f659ef05f6..72e12a4f95 100644 --- a/phpgwapi/templates/verdilak/navbar.inc.php +++ b/phpgwapi/templates/verdilak/navbar.inc.php @@ -91,7 +91,7 @@ $db = $phpgw->db; $db->query("select count(*) from phpgw_sessions where session_flags != 'A'"); $db->next_record(); - $tpl->set_var('current_users',' ' + $tpl->set_var('current_users',' ' . lang('Current users') . ': ' . $db->f(0) . ''); } $tpl->set_var('user_info',$phpgw->common->display_fullname() . ' - ' diff --git a/phpgwapi/templates/verdilak/navbar.tpl b/phpgwapi/templates/verdilak/navbar.tpl index 7f60eaf23f..fa2ee10e0c 100755 --- a/phpgwapi/templates/verdilak/navbar.tpl +++ b/phpgwapi/templates/verdilak/navbar.tpl @@ -22,7 +22,7 @@ {current_users}