#58997, missing t() in locale.inc, patch by wulff

4.7.x
Gerhard Killesreiter 2006-04-19 08:35:08 +00:00
parent 631d150644
commit 6777549d95
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ function _locale_admin_export_screen() {
$form['export'] = array('#type' => 'fieldset',
'#title' => 'Export template',
'#collapsible' => TRUE,
'#description' => 'Generate a gettext Portable Object Template (.pot) file with all the interface strings from the Drupal locale database.',
'#description' => t('Generate a gettext Portable Object Template (.pot) file with all the interface strings from the Drupal locale database.'),
);
$form['export']['submit'] = array('#type' => 'submit', '#value' => t('Export'));
$output .= drupal_get_form('_locale_export_pot', $form, '_locale_export_po');