From 1d4fc1b1af5bee56408692c3600d67ca8cdc1026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 19 Dec 2007 21:40:05 +0000 Subject: #202473 by keith.smith: pre-RC1 spell checking on hopefully final text --- modules/block/block.module | 2 +- modules/comment/comment.module | 2 +- modules/locale/locale.module | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/block/block.module b/modules/block/block.module index b1234363e..647f12a4c 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -130,7 +130,7 @@ function block_menu() { 'weight' => -10, ); $items['admin/build/block/list/js'] = array( - 'title' => 'Javascript List Form', + 'title' => 'JavaScript List Form', 'page callback' => 'block_admin_display_js', 'type' => MENU_CALLBACK, 'file' => 'block.admin.inc', diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 596b953fd..2d97e0ed2 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -131,7 +131,7 @@ function comment_help($path, $arg) { $output .= '

'. t('For more information, see the online handbook entry for Comment module.', array('@comment' => 'http://drupal.org/handbook/modules/comment/')) .'

'; return $output; case 'admin/content/comment': - return '

'. t("Below is a list of the latest comments posted to your site. Click on a subject to see the comment, the author's name to edit the author's user information , 'edit' to modify the text, and 'delete' to remove their submission.") .'

'; + return '

'. t("Below is a list of the latest comments posted to your site. Click on a subject to see the comment, the author's name to edit the author's user information, 'edit' to modify the text, and 'delete' to remove their submission.") .'

'; case 'admin/content/comment/approval': return '

'. t("Below is a list of the comments posted to your site that need approval. To approve a comment, click on 'edit' and then change its 'moderation status' to Approved. Click on a subject to see the comment, the author's name to edit the author's user information, 'edit' to modify the text, and 'delete' to remove their submission.") .'

'; } diff --git a/modules/locale/locale.module b/modules/locale/locale.module index c48a87cad..251fc0876 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -33,7 +33,7 @@ function locale_help($path, $arg) { switch ($path) { case 'admin/help#locale': $output = '

'. t('The locale module allows your Drupal site to be presented in languages other than the default English, a defining feature of multi-lingual websites. The locale module works by examining text as it is about to be displayed: when a translation of the text is available in the language to be displayed, the translation is displayed rather than the original text. When a translation is unavailable, the original text is displayed, and then stored for later review by a translator.') .'

'; - $output .= '

'. t('Beyond translation of the Drupal interface, the locale module provides a feature set tailored to the needs of a multi-lingual site. Language negotiation allows your site to automatically change language based on the domain or path used for each request. Users may (optionally) select their preferred language on their My account page, and your site can be configured to honor a web browser\'s preferred language settings. Your site content can be created in (and translated to) any enabled language, and each post may have a language-appropriate alias for each of its translations. The locale module works in concert with the content translation module to manage translated content.', array('@contenthelp' => url('admin/help/translation'))) .'

'; + $output .= '

'. t('Beyond translation of the Drupal interface, the locale module provides a feature set tailored to the needs of a multi-lingual site. Language negotiation allows your site to automatically change language based on the domain or path used for each request. Users may (optionally) select their preferred language on their My account page, and your site can be configured to honor a web browser\'s preferred language settings. Your site content can be created in (and translated to) any enabled language, and each post may have a language-appropriate alias for each of its translations. The locale module works in concert with the content translation module to manage translated content.', array('@content-help' => url('admin/help/translation'))) .'

'; $output .= '

'. t('Translations may be provided by:') .'

'; $output .= ''; -- cgit v1.2.3