diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-28 14:15:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-28 14:15:12 +0000 |
commit | 254233da61a5cda69369f3eee846bd8ad4882066 (patch) | |
tree | 27d0700c1c5ca228280d493d244fbd84abbd5d52 /modules/watchdog/watchdog.module | |
parent | 167c59e4daabed6cd018cbe62dfc47c3f469886b (diff) | |
download | brdo-254233da61a5cda69369f3eee846bd8ad4882066.tar.gz brdo-254233da61a5cda69369f3eee846bd8ad4882066.tar.bz2 |
- Fixed typo and reworded the filter.
Diffstat (limited to 'modules/watchdog/watchdog.module')
-rw-r--r-- | modules/watchdog/watchdog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index 42b401e90..6f93c71a8 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/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( |