diff --git a/googleanalytics.install b/googleanalytics.install index 52e51098de795002c7ecd96361a31c335fa65bf8..71fc58631e53ad6665ef6b855a86f6cd73991c80 100644 --- a/googleanalytics.install +++ b/googleanalytics.install @@ -412,7 +412,7 @@ function googleanalytics_update_7005() { $diff = array_diff($pages, preg_split('/(\r\n?|\n)/', variable_get('googleanalytics_pages', implode("\n", $pages)))); if (empty($diff)) { - // No diff to latest settings found. Update with new settings. + // No diff to previous settings found. Update with new settings. $pages = array( 'admin', 'admin/*',