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;