diff --git a/html/inc/prefs.inc b/html/inc/prefs.inc index 926baf77f8..6c90973e67 100644 --- a/html/inc/prefs.inc +++ b/html/inc/prefs.inc @@ -129,7 +129,7 @@ $cpu_prefs = array( ), new PREF_NUM( tra("Request tasks to checkpoint at most every"), - tra("This controls how often tasks save their state to disk, so that they can be restarted later."), + tra("This controls how often tasks save their state to disk, so that later they can be continued from that point."), "disk_interval", new NUM_SPEC(tra("seconds"), 0, 9999999, 60) ),