@@ -19,7 +19,7 @@ function page_title_help($path, $arg) {
$output=NULL;
switch($path){
case'admin/content/page_title':
$output='<p>'.t('Page Title provides control over the <title> element on a page using token patterns and an optional textfield to override the title of the item (be it a node, term, user or other). You can configure these settings below. Please click on the <strong><em>more help…</em></strong> link below if you need further assistance.').'</p>';
$output='<p>'.t('Page Title provides control over the <title> element on a page using token patterns and an optional textfield to override the title of the item (be it a node, term, user or other). The Token Scope column lets you know which tokens are available for this field (Global is always available). Please click on the <strong><em>more help…</em></strong> link below if you need further assistance.').'</p>';
break;
case'admin/help#page_title':
$output='<p>'.t('Drupal\'s default page title follows one of two patterns:').'</p>';
...
...
@@ -255,8 +255,8 @@ function page_title_get_title() {