Parcourir la source

Just a few text changes

Stephen Ficklin il y a 10 ans
Parent
commit
58297dfee0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      tripal_core/includes/tripal_core.extensions.inc

+ 2 - 2
tripal_core/includes/tripal_core.extensions.inc

@@ -375,11 +375,11 @@ function tripal_core_extension_form_add_extensions(&$form, $form_state, $extensi
           // Since it doesn't have a drupal project name is it in a sandbox?
           if (!preg_match('/www.drupal.org\/sandbox/', $extension[$namespace]['home_page'])) {
             $project = t("<li>This module does not appear to be available as a " .
-              "full Drupal project or within a Drupal sandbox and thus cannot ".
+              "full Drupal project and thus cannot ".
               "be downloaded here. You may have to manually download it.</li>");
           }
           else {
-            $project = ("<li>This module is still in a Sandbox on Drupal.org, and
+            $project = ("<li>This module is in a sandbox on Drupal.org, and
               cannot be downloaded from here. You will have to manually download
               this module.</li>");
           }