web: same msg tweak

This commit is contained in:
David Anderson 2015-10-09 15:35:37 -07:00
parent 49f12e3b6d
commit 757fe4609e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
),