diff --git a/html/inc/prefs.inc b/html/inc/prefs.inc
index 7d565c7a13..8240e85be9 100644
--- a/html/inc/prefs.inc
+++ b/html/inc/prefs.inc
@@ -469,7 +469,7 @@ function prefs_show_global($prefs) {
}
function subset_name($subset) {
- if ($subset == "global") return tra("Computing");
+ if ($subset == "global") return tra("computing");
return PROJECT;
}