diff --git a/admin.php b/admin.php --- a/admin.php +++ b/admin.php @@ -90,7 +90,7 @@ require_once('inc/admin.inc'); { $result = 'Purging saved scheduled failed.'; if (!$admin_enable_purge) - $result .= ' To enable purging saved schedules, since this is an irreversable operation, you must set $admin_enable_purge = TRUE in config.inc.'; + $result .= ' Purging is disabled. To enable purging, set $admin_enable_purge = TRUE in config.inc.'; } else { diff --git a/scripts/scheduleInput.js b/scripts/scheduleInput.js --- a/scripts/scheduleInput.js +++ b/scripts/scheduleInput.js @@ -218,7 +218,7 @@ function addTips() { var tr = jQuery('tr'); var td = tr.eq(tr.length-2); jQuery('td:first', td).qtip({ - content: 'Type your class ID (such as PEF-1010)', + content: 'Start typing your class ID (such as PEF-1010) and click a suggestion to add sections', style: { border: { width: 3,