From c36c2fe6399fdb058c253a68f4fc7cc6a445a467 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 30 Aug 2011 07:00:53 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=24070 --- html/user/gpu_list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/user/gpu_list.php b/html/user/gpu_list.php index e2f7f46b9b..c6423d70f1 100644 --- a/html/user/gpu_list.php +++ b/html/user/gpu_list.php @@ -80,7 +80,7 @@ function get_gpu_lists() { function show_list($models, $name) { echo "

$name

\n"; if (!count($models)) { - echo "No tasks reported\n"; + echo tra("No GPU tasks reported")."\n"; return; } arsort($models); @@ -100,7 +100,7 @@ function show_list($models, $name) { function show_vendor($vendor, $x) { echo "

$vendor

\n"; if (!count($x->total)) { - echo "No tasks reported"; + echo tra("No GPU tasks reported"); return; } $have_win = count($x->win)>0;