diff --git a/apidrupalorg/apidrupalorg.module b/apidrupalorg/apidrupalorg.module
index 5413d8a..7fce605 100644
--- a/apidrupalorg/apidrupalorg.module
+++ b/apidrupalorg/apidrupalorg.module
@@ -42,14 +42,12 @@ function apidrupalorg_form_comment_form_alter(&$form, &$form_state) {
       '#value' => '<p>' . t('<strong>Buggy or inaccurate documentation?</strong> Please <a href="!url">file an issue</a> instead of <a href="http://drupal.org/node/14345">commenting</a> here. Need <a href="http://drupal.org/support">support</a>? Need help programming? Connect with the <a href="http://drupal.org/community" rel="nofollow">Drupal community</a>.', array(
         '!url' => url('http://drupal.org/node/add/project-issue/drupal', array(
           'query' => array(
-            'title' => t('Documentation problem with @label', array(
-              '@label' => drupal_get_title(),
-            )),
             'component' => 'documentation',
             'categories' => 'bug',
             'version' => $versions[$branch->branch_name],
-            'body' => t("API page: @request_url\n\nDescribe the problem you have found:\n", array(
+            'body' => t("API page: @request_url\n\nEnter a descriptive title (above) relating to @label, then describe the problem you have found:\n", array(
               '@request_url' => 'http://' . $_SERVER['HTTP_HOST'] . request_uri(),
+              '@label' => drupal_get_title(),
             )),
           ),
         )),
