mirror of https://github.com/BOINC/boinc.git
Fix case typo
This commit is contained in:
parent
bf2820ee90
commit
0051de7db9
|
@ -475,7 +475,7 @@ function prefs_show_global($prefs) {
|
|||
}
|
||||
|
||||
function subset_name($subset) {
|
||||
if ($subset == "global") return tra("computing");
|
||||
if ($subset == "global") return tra("Computing");
|
||||
return PROJECT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue