diff --git a/doc/boinc_news.php b/doc/boinc_news.php index b3839a2077..9ebc13a10d 100644 --- a/doc/boinc_news.php +++ b/doc/boinc_news.php @@ -1,6 +1,10 @@ $project_news = array( +array("May 1, 2009", + "Simon Lin of Academia Sinica discusses volunteer computing (and thinking) in Asia + on a Podcast on BBC World Service." +), array("April 29, 2009", "An article in Cornell's Chronicle Online discusses a new application in Einstein@home diff --git a/doc/download.php b/doc/download.php index 3c04bd2ed6..036bc14f8b 100644 --- a/doc/download.php +++ b/doc/download.php @@ -109,10 +109,12 @@ function show_download($pname) { } echo "
- Note: if your computer is equipped with an NVIDIA
- Graphics Processing Unit (GPU),
- you may be able to
- use it to compute faster.
+ "
+ .sprintf(
+ tra("Note: if your computer is equipped with an NVIDIA Graphics Processing Unit (GPU), you may be able to %suse it to compute faster%s"),
+ "", "."
+ )
+ ."