Index: potx.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/potx/Attic/potx.module,v retrieving revision 1.1.2.12.2.2.2.10.2.1 diff -u -p -r1.1.2.12.2.2.2.10.2.1 potx.module --- potx.module 14 Jul 2009 15:43:57 -0000 1.1.2.12.2.2.2.10.2.1 +++ potx.module 14 Jul 2009 15:47:02 -0000 @@ -16,7 +16,7 @@ */ function potx_help($path, $arg) { switch ($path) { - case 'admin/build/translate/extract': + case 'admin/international/translate/extract': return '

'. t('This page allows you to generate translation templates for module and theme files. Select the module or theme you wish to generate a template file for. A single Gettext Portable Object (Template) file is generated, so you can easily save it and start translation.') .'

'; } }