Browse Source

update

Signed-off-by: bachy <git@g-u-i.net>
bachy 11 years ago
parent
commit
184a808558
4 changed files with 11 additions and 11 deletions
  1. 2 2
      includes/admin.inc
  2. 3 3
      tests/views_test.info
  3. 3 3
      views.info
  4. 3 3
      views_ui.info

+ 2 - 2
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 <a href="@modules">enable the advanced help module</a>, Views will provide more and better help. <a href="@hide">Hide this message.</a>', array('@modules' => url('admin/modules'),'@hide' => url('admin/structure/views/settings'))));
+      drupal_set_message(t('If you <a href="@modules">enable the advanced help module</a>, Views will provide more and better help. <a href="@hide">You can disable this message at the Views settings page.</a>', 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. <a href="@hide">Hide this message.</a>', 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. <a href="@hide">You can disable this message at the Views settings page.</a>', array('!href' => l('http://drupal.org/project/advanced_help', 'http://drupal.org/project/advanced_help'), '@hide' => url('admin/structure/views/settings'))));
     }
   }
 }

+ 3 - 3
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"
 

+ 3 - 3
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"
 

+ 3 - 3
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"