diff --git a/core/modules/overlay/overlay.module b/core/modules/overlay/overlay.module index b6194a8..01150a6 100644 --- a/core/modules/overlay/overlay.module +++ b/core/modules/overlay/overlay.module @@ -20,7 +20,7 @@ function overlay_help($path, $arg) { case 'admin/help#overlay': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The Overlay module makes the administration pages on your site display in a JavaScript overlay of the page you were viewing when you clicked the administrative link, instead of replacing the page in your browser window. Use the close link on the overlay to return to the page you were viewing when you clicked the link. For more information, see the online handbook entry for Overlay module.', array('@overlay' => 'http://drupal.org/documentation/modules/overlay')) . '

'; + $output .= '

' . t('The Overlay module makes the administration pages on your site display in a JavaScript overlay of the page you were viewing when you clicked the administrative link, instead of replacing the page in your browser window. Use the close link on the overlay to return to the page you were viewing when you clicked the link. For more information, see the online handbook entry for Overlay module.', array('@overlay' => 'http://drupal.org/node/2099449')) . '

'; return $output; } }