Skip to content
Snippets Groups Projects
Commit a9f92b4e authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

friendlier module name and help text fixes (ported from v5)

parent a7273603
No related branches found
No related tags found
No related merge requests found
; $Id$
name = POT extractor
description = Provides a web interface to extract Gettext templates from the sources of installed modules.
name = Translation template extractor
description = Provides a web interface and an API to extract translatable text from the sources of installed components.
dependencies[] = locale
core = 6.x
......@@ -17,7 +17,7 @@
function potx_help($path, $arg) {
switch ($path) {
case 'admin/build/translate/extract':
return t('This page allows you to generate translation templates for module files. Select the module you wish to generate a template file for. A single Gettext Portable Object Template file is generated (unlike the output of the command line extractor utility), so you can easily save it and start translation.');
return t('This page allows you to generate translation templates for module files. Select the module 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.');
}
}
......@@ -62,7 +62,7 @@ function potx_select_form() {
'#title' => t('Template language'),
'#default_value' => 'n/a',
'#options' => $options,
'#description' => t('Export a language idependent or language dependent (plural forms, language team name, etc.) template.'),
'#description' => t('Export a language independent or language dependent (plural forms, language team name, etc.) template.'),
);
$form['translations'] = array(
'#type' => 'checkbox',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment