From d24d954479320116bc01f332c28a8eaab28c3ccd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 20 Jul 2009 18:51:36 +0000 Subject: - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure. --- modules/translation/translation.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/translation/translation.module') diff --git a/modules/translation/translation.module b/modules/translation/translation.module index 18ab50435..756d3ebd5 100644 --- a/modules/translation/translation.module +++ b/modules/translation/translation.module @@ -35,13 +35,13 @@ function translation_help($path, $arg) { $output .= '

' . t('Configuring content translation and translation-enabled content types:') . '

'; $output .= ''; + $output .= '
  • ' . t('Determine which content types should support translation features. To enable translation support for a content type, edit the type and at the Multilingual support drop down, select Enabled, with translation. (Multilingual support is located within Publishing options.) Be sure to save each content type after enabling multilingual support.', array('@content-types' => url('admin/structure/types'))) . '
  • '; $output .= '

    ' . t('Working with translation-enabled content types:') . '

    '; $output .= ''; - $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/structure/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