summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-25 10:18:14 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-25 10:18:14 +0000
commit27b7db8d7783c2b403d7e0d19e29e0c6009b21c5 (patch)
tree333363264550730d2361353a773d440f1c40d5e1 /modules
parent8efbe5130a84fe36e2251ce2e892cd2ec6694775 (diff)
downloadbrdo-27b7db8d7783c2b403d7e0d19e29e0c6009b21c5.tar.gz
brdo-27b7db8d7783c2b403d7e0d19e29e0c6009b21c5.tar.bz2
#203660 by keith.smith: missing 'a' tag name in 'a href='
Diffstat (limited to 'modules')
-rw-r--r--modules/translation/translation.module2
1 files changed, 1 insertions, 1 deletions
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 .= '<li>'. t('Provide new or edit current translations for existing posts via the <em>Translation</em> tab. Only visible while viewing a post as a user with the <em>translate content</em> permission, this tab allows translations to be added or edited using a specialized editing form that also displays the content being translated.') .'</li>';
$output .= '<li>'. 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 <em>Flag translations as outdated</em> 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 <em>This translation needs to be updated</em> check box on the translation editing form.') .'</li>';
$output .= '<li>'. t('The <a href="@content-node">Content management administration page</a> displays the language of each post, and also allows filtering by language or translation status.', array('@content-node' => url('admin/content/node'))) .'</li></ul>';
- $output .= '<p>'. t('Use the <href="@blocks">language switcher block</a> 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'))) .'</p>';
+ $output .= '<p>'. t('Use the <a href="@blocks">language switcher block</a> 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'))) .'</p>';
$output .= '<p>'. t('For more information, see the online handbook entry for <a href="@translation">Translation module</a>.', array('@translation' => 'http://drupal.org/handbook/modules/translation/')) .'</p>';
return $output;
case 'node/%/translate':