diff --git a/includes/admin.inc b/includes/admin.inc index 995bb9ac..e87aad7c 100644 --- a/includes/admin.inc +++ b/includes/admin.inc @@ -91,10 +91,10 @@ function views_ui_check_advanced_help() { $filename = db_query_range("SELECT filename FROM {system} WHERE type = 'module' AND name = 'advanced_help'", 0, 1) ->fetchField(); if ($filename && file_exists($filename)) { - drupal_set_message(t('If you enable the advanced help module, Views will provide more and better help. Hide this message.', array('@modules' => url('admin/modules'),'@hide' => url('admin/structure/views/settings')))); + drupal_set_message(t('If you enable the advanced help module, Views will provide more and better help. You can disable this message at the Views settings page.', array('@modules' => url('admin/modules'),'@hide' => url('admin/structure/views/settings')))); } else { - drupal_set_message(t('If you install the advanced help module from !href, Views will provide more and better help. Hide this message.', array('!href' => l('http://drupal.org/project/advanced_help', 'http://drupal.org/project/advanced_help'), '@hide' => url('admin/structure/views/settings')))); + drupal_set_message(t('If you install the advanced help module from !href, Views will provide more and better help. You can disable this message at the Views settings page.', array('!href' => l('http://drupal.org/project/advanced_help', 'http://drupal.org/project/advanced_help'), '@hide' => url('admin/structure/views/settings')))); } } } diff --git a/tests/views_test.info b/tests/views_test.info index 6e291797..3996f212 100644 --- a/tests/views_test.info +++ b/tests/views_test.info @@ -5,9 +5,9 @@ core = 7.x dependencies[] = views hidden = TRUE -; Information added by drupal.org packaging script on 2013-01-06 -version = "7.x-3.5+37-dev" +; Information added by drupal.org packaging script on 2013-02-04 +version = "7.x-3.5+38-dev" core = "7.x" project = "views" -datestamp = "1357481879" +datestamp = "1359942791" diff --git a/views.info b/views.info index a2708852..ee70171a 100644 --- a/views.info +++ b/views.info @@ -312,9 +312,9 @@ files[] = tests/views_cache.test files[] = tests/views_view.test files[] = tests/views_ui.test -; Information added by drupal.org packaging script on 2013-01-06 -version = "7.x-3.5+37-dev" +; Information added by drupal.org packaging script on 2013-02-04 +version = "7.x-3.5+38-dev" core = "7.x" project = "views" -datestamp = "1357481879" +datestamp = "1359942791" diff --git a/views_ui.info b/views_ui.info index caa076c6..fae0afa1 100644 --- a/views_ui.info +++ b/views_ui.info @@ -7,9 +7,9 @@ dependencies[] = views files[] = views_ui.module files[] = plugins/views_wizard/views_ui_base_views_wizard.class.php -; Information added by drupal.org packaging script on 2013-01-06 -version = "7.x-3.5+37-dev" +; Information added by drupal.org packaging script on 2013-02-04 +version = "7.x-3.5+38-dev" core = "7.x" project = "views" -datestamp = "1357481879" +datestamp = "1359942791"