Fix wording for patrick

This commit is contained in:
james 2011-04-01 13:32:48 +00:00
parent 5d4d74fd0c
commit 5322837060

View File

@ -207,7 +207,7 @@ function neweditor()
echo mysql_error();
// echo $querystr;
$num=mysql_num_rows($q);
echo i18n("Listing %1 people total. See the bottom for breakdown of by complete status",array($num));
echo i18n("Listing %1 people total. See the table at the bottom for the totals by status",array($num));
echo mysql_error();
echo "<thead>";