mirror of https://github.com/BOINC/boinc.git
web: same msg tweak
This commit is contained in:
parent
49f12e3b6d
commit
757fe4609e
|
@ -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)
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue