Index: dblog.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/dblog/dblog.admin.inc,v
retrieving revision 1.30
diff -u -r1.30 dblog.admin.inc
--- modules/dblog.admin.inc	18 Sep 2009 00:12:46 -0000	1.30
+++ modules/dblog.admin.inc	21 Sep 2009 15:54:47 -0000
@@ -351,7 +347,7 @@
   $form['dblog_clear'] = array(
     '#type' => 'fieldset',
     '#title' => t('Clear log messages'),
-    '#description' => t('This will permanently remove the log messages from the database.'),
+    '#description' => t('This will permanently remove ALL log messages from the database, regardless of the current filter.'),
     '#collapsible' => TRUE,
     '#collapsed' => TRUE,
   );

