From 27b7db8d7783c2b403d7e0d19e29e0c6009b21c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 25 Dec 2007 10:18:14 +0000 Subject: #203660 by keith.smith: missing 'a' tag name in 'a href=' --- modules/translation/translation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/translation/translation.module b/modules/translation/translation.module index a4c736de1..6196f8e5b 100644 --- a/modules/translation/translation.module +++ b/modules/translation/translation.module @@ -41,7 +41,7 @@ function translation_help($path, $arg) { $output .= '
  • '. t('Provide new or edit current translations for existing posts via the Translation tab. Only visible while viewing a post as a user with the translate content permission, this tab allows translations to be added or edited using a specialized editing form that also displays the content being translated.') .'
  • '; $output .= '
  • '. t('Update translations as needed, so that they accurately reflect changes in the content of the original post. The translation status flag provides a simple method for tracking outdated translations. After editing a post, for example, select the Flag translations as outdated check box to mark all of its translations as outdated and in need of revision. Individual translations may be marked for revision by selecting the This translation needs to be updated check box on the translation editing form.') .'
  • '; $output .= '
  • '. t('The Content management administration page displays the language of each post, and also allows filtering by language or translation status.', array('@content-node' => url('admin/content/node'))) .'
  • '; - $output .= '

    '. t('Use the language switcher block provided by locale module to allow users to select a language. If available, both the site interface and site content are presented in the language selected.', array('@blocks' => url('admin/build/block'))) .'

    '; + $output .= '

    '. t('Use the language switcher block provided by locale module to allow users to select a language. If available, both the site interface and site content are presented in the language selected.', array('@blocks' => url('admin/build/block'))) .'

    '; $output .= '

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

    '; return $output; case 'node/%/translate': -- cgit v1.2.3