From 742bf632ff9e6751f2da02409a0e9de86bc8b5bd Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 10 Dec 2015 14:27:31 +0000 Subject: [PATCH] Issue #2599374 by JKerschner, Sagar Ramgade, xjm: Missing word "type" in views help text --- core/modules/dblog/dblog.views.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/dblog/dblog.views.inc b/core/modules/dblog/dblog.views.inc index 90be37c20ea9..e588ccb03b4c 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', ),