Issue #2599374 by JKerschner, Sagar Ramgade, xjm: Missing word "type" in views help text

8.1.x
Alex Pott 2015-12-10 14:27:31 +00:00
parent 396acc1808
commit 742bf632ff
1 changed files with 1 additions and 1 deletions

View File

@ -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',
),