Issue #2599374 by JKerschner, Sagar Ramgade, xjm: Missing word "type" in views help text
parent
396acc1808
commit
742bf632ff
|
@ -66,7 +66,7 @@ function dblog_views_data() {
|
||||||
|
|
||||||
$data['watchdog']['type'] = array(
|
$data['watchdog']['type'] = array(
|
||||||
'title' => t('Type'),
|
'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(
|
'field' => array(
|
||||||
'id' => 'standard',
|
'id' => 'standard',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue