浏览代码

Change the format to display the count.

markjcrane 10 年之前
父节点
当前提交
ff3f6ca657
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      core/users/app_languages.php
  2. 1 1
      core/users/users.php

+ 2 - 2
core/users/app_languages.php

@@ -1,6 +1,6 @@
 <?php
 
-$text['title-user_manager']['en-us'] = "Users";
+$text['title-user_manager']['en-us'] = "User Manager";
 $text['title-user_manager']['es-cl'] = "Administración de Usuarios";
 $text['title-user_manager']['pt-pt'] = "Gestão de Utilizadores";
 $text['title-user_manager']['fr-fr'] = "Gestion des utilisateurs";
@@ -651,7 +651,7 @@ $text['label-additional_info']['ro'] = "";
 $text['label-additional_info']['de-at'] = "Zusätzliche Information";
 $text['label-additional_info']['he'] = "מידע נוסף";
 
-$text['header-user_manager']['en-us'] = "User Manager";
+$text['header-user_manager']['en-us'] = "Users";
 $text['header-user_manager']['es-cl'] = "Administración de Usuario";
 $text['header-user_manager']['pt-pt'] = "Gestão de Utilizadores";
 $text['header-user_manager']['fr-fr'] = "Gestion des utilisateurs";

+ 1 - 1
core/users/users.php

@@ -137,7 +137,7 @@ else {
 	echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
 	echo "<form method='post' action=''>";
 	echo "<tr>\n";
-	echo "<td align='left' width='90%' nowrap='nowrap' valign='top'><b>".$user_count." ".$text['header-user_manager']."</b></td>\n";
+	echo "<td align='left' width='90%' nowrap='nowrap' valign='top'><b>".$text['header-user_manager']." (".$num_rows.")</b></td>\n";
 	echo "<td align='right' nowrap='nowrap'>";
 	if (permission_exists('user_all')) {
 		if ($_GET['showall'] == 'true') {