diff --git a/drupalorg_testing.profile b/drupalorg_testing.profile
index 0d796c0..e4da9c9 100644
--- a/drupalorg_testing.profile
+++ b/drupalorg_testing.profile
@@ -827,7 +827,8 @@ function _drupalorg_testing_create_project_terms($args, &$context) {
   // Add top-level project terms.
   $project_vid = _project_get_vid();
   $terms = array(
-    t('Drupal project') => t('Get started by downloading the official Drupal core files. These official releases come bundled with a variety of modules and themes to give you a good starting point to help build your site. Drupal core includes basic community features like blogging, forums, and contact forms, and can be easily extended by downloading other contributed modules and themes.'),
+    t('Drupal core') => t('Get started by downloading the official Drupal core files. These official releases come bundled with a variety of modules and themes to give you a good starting point to help build your site. Drupal core includes basic community features like blogging, forums, and contact forms, and can be easily extended by downloading other contributed modules and themes.'),
+    t('Drupal.org projects') => t('Drupal.org is maintained by volunteers and the <a href="http://association.drupal.org/">Drupal Association</a>. These projects organize work on Drupal.org itself. For more about how Drupal.org works, see the <a href="http://drupal.org/about/drupal.org-FAQ">FAQ</a>.'),
     t('Installation profiles') => t('Installation profiles are a feature in Drupal core that was added in the 5.x series. The new Drupal installer allows you to specify an installation profile which defines which modules should be enabled, and can customize the new installation after they have been installed. This will allow customized "distributions" that enable and configure a set of modules that work together for a specific kind of site (Drupal for bloggers, Drupal for musicians, Drupal for developers, and so on).'),
     t('Modules') => t('Modules are plugins for Drupal that extend its core functionality. Only use matching versions of modules with Drupal. Modules released for Drupal 4.7.x will not work for Drupal 5.x. These contributed modules are not part of any official release and may not be optimized or work correctly.'),
     t('Theme engines') => t('Theme engines control how certain themes interact with Drupal. Most users will want to stick with the default included with Drupal core. These contributed theme engines are not part of any official release and may not work correctly. Only use matching versions of theme engines with Drupal. Theme engines released for Drupal 4.7.x will not work for Drupal 5.x.'),
