diff --git a/html/user/prefs.inc b/html/user/prefs.inc
index 0c918f2930..c37ea422ba 100644
--- a/html/user/prefs.inc
+++ b/html/user/prefs.inc
@@ -172,8 +172,8 @@ function prefs_show_work($prefs) {
row("Work if computer on batteries: ", $batteries);
row("Work if computer in use: ", $in_use);
row("Confirm before connecting to network: ", $confirm);
- row("Minimum amount of work to buffer: ", "$prefs->low_water_days hours");
- row("Maximum amount of work to buffer: ", "$prefs->high_water_days hours");
+ row("Minimum amount of work to buffer (days): ", "$prefs->low_water_days hours");
+ row("Maximum amount of work to buffer (days): ", "$prefs->high_water_days hours");
echo "
Minimum amount of work to buffer (days) - this is the minimum amount of work to stay on disk so if your computer is disconnected from the Internet for an extended amount of time you can still do work
\n";
printf("
\n");
echo "
\n";
echo "
\n";
- echo "
Maximum amount of work to buffer (in hours)
\n";
+ echo "
Maximum amount of work to buffer (days) - this is the maximum amount of work to stay on disk so if your computer is disconnected from the Internet for an extended amount of time you can still do work