s/Wine/QEMU/, s/AppDB/OS DB/, s/Application/OS/ in text

svn path=/; revision=17
This commit is contained in:
sbrady
2009-10-10 22:51:46 +00:00
parent 9a9379e1ff
commit f066ebee27
25 changed files with 176 additions and 162 deletions

View File

@@ -7,7 +7,7 @@ require("path.php");
require(BASE."include/incl.php");
require_once(BASE."include/user.php");
apidb_header("Appdb Statistics");
apidb_header("OS DB Statistics");
echo "<div class='default_container'>\n";
@@ -59,7 +59,7 @@ echo "</tr>\n\n";
/* Display the number of application familes */
echo "<tr class=color4>\n";
echo " <td>Application families:</td>\n";
echo " <td>OS families:</td>\n";
echo " <td>".application::objectGetEntriesCount('accepted')."</td>\n";
echo "</tr>\n\n";
@@ -71,7 +71,7 @@ echo "</tr>\n\n";
/* Display the number of application maintainers */
echo "<tr class=color4>\n";
echo " <td>Application maintainers:</td>\n";
echo " <td>OS maintainers:</td>\n";
echo " <td>".Maintainer::getNumberOfMaintainers()."</td>\n";
echo "</tr>\n\n";