diff --git a/core/modules/dblog/dblog.views.inc b/core/modules/dblog/dblog.views.inc index 90be37c20ea9865935dd4b3acd35f087c48ee5bb..e588ccb03b4c219ed84464adfe8524b66a9c54c3 100644 --- a/core/modules/dblog/dblog.views.inc +++ b/core/modules/dblog/dblog.views.inc @@ -66,7 +66,7 @@ function dblog_views_data() { $data['watchdog']['type'] = array( 'title' => t('Type'), - 'help' => t('The of the log entry, for example "user" or "page not found.".'), + 'help' => t('The type of the log entry, for example "user" or "page not found".'), 'field' => array( 'id' => 'standard', ),