From 8ada05bb96f5eca81029ab14438eee5bcb00c014 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 3 Mar 2015 10:04:21 -0800 Subject: [PATCH] web: prefs tooltip tweak --- html/inc/prefs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/inc/prefs.inc b/html/inc/prefs.inc index ea5b2d8313..7f22913383 100644 --- a/html/inc/prefs.inc +++ b/html/inc/prefs.inc @@ -95,7 +95,7 @@ $cpu_prefs = array( ), new PREF_HOUR_RANGE( tra("Compute only between"), - tra("Compute only during a particular range of hours each day."), + tra("Compute only during a particular period each day."), "start_hour", "end_hour" ), tra("Other"), @@ -200,7 +200,7 @@ $net_prefs = array( tra("When to suspend"), new PREF_HOUR_RANGE( tra("Transfer files only between"), - tra("Transfer files only during a particular range of hours each day."), + tra("Transfer files only during a particular period each day."), "net_start_hour", "net_end_hour" ), tra("Other"),