diff options
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r-- | modules/watchdog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module index 42b401e90..6f93c71a8 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -79,7 +79,7 @@ function watchdog_overview() { $_SESSION['watchdog_overview_filter'] = $_POST['edit']['filter']; } - $form = form_select(t('Filter by type'), 'filter', $_SESSION['watchdog_overview_filter'], $names); + $form = form_select(t('Filter by message type'), 'filter', $_SESSION['watchdog_overview_filter'], $names); $form .= form_submit(t('Filter')); $header = array( |