You are here

function i18nprofile_help in Internationalization 5.2

Same name and namespace in other branches
  1. 5.3 i18nprofile/i18nprofile.module \i18nprofile_help()
  2. 5 i18nprofile/i18nprofile.module \i18nprofile_help()
  3. 6 i18nprofile/i18nprofile.module \i18nprofile_help()

Implementation of hook_help()

File

i18nprofile/i18nprofile.module, line 15

Code

function i18nprofile_help($section = 'admin/help#i18nmenu') {
  switch ($section) {
    case 'admin/modules#description':
      return t('Supports translation for profile module field names and descriptions.');
  }
}