diff --git a/html/user/apps.php b/html/user/apps.php
index 5f8c31c6d0..dad7489ce5 100644
--- a/html/user/apps.php
+++ b/html/user/apps.php
@@ -2,6 +2,7 @@
require_once("../inc/db.inc");
require_once("../inc/util.inc");
+require_once("../inc/translation.inc");
function nresults($app, $state) {
$r = mysql_query("select count(*) as nresults from result where appid=$app->id and server_state=$state");
@@ -21,16 +22,8 @@ while ($platform = mysql_fetch_object($r2)) {
}
mysql_free_result($r2);
-page_head("Applications");
-echo "
- ".PROJECT." currently has the following applications.
- When you participate in ".PROJECT.", work for one or
- more of these applications will be assigned to your computer.
- The current version of the application will be downloaded
- to your computer.
- This happens automatically;
- you don't have to do anything.
-
+page_head(tr(APPS_TITLE));
+echo tr(APPS_DESCRIPTION)."
";
$result = mysql_query("select * from app");
start_table();
@@ -50,7 +43,7 @@ if (0) { // this is too inefficient
";
}
- echo "