From da12f8a45b0c635441684b8873071208928c7fe6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 5 Mar 2015 12:45:58 -0800 Subject: [PATCH] web: prefs time-of-day enabled defaults 0:00 to 23:59 --- html/inc/prefs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }